Home
last modified time | relevance | path

Searched refs:cdprevent (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/cam/scsi/
H A Dscsi_cd.c264 static void cdprevent(struct cam_periph *periph, int action);
804 cdprevent(periph, PR_ALLOW); in cdclose()
2539 cdprevent(periph, PR_ALLOW); in cdioctl()
2544 cdprevent(periph, PR_PREVENT); in cdioctl()
2620 cdprevent(struct cam_periph *periph, int action) in cdprevent() function