Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c261 static void cdprevent(struct cam_periph *periph, int action);
792 cdprevent(periph, PR_ALLOW); in cdclose()
2529 cdprevent(periph, PR_ALLOW); in cdioctl()
2534 cdprevent(periph, PR_PREVENT); in cdioctl()
2610 cdprevent(struct cam_periph *periph, int action) in cdprevent() function