Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c803 cdprevent(periph, PR_ALLOW); in cdclose()
1050 PR_ALLOW : PR_PREVENT, in cdstart()
2538 cdprevent(periph, PR_ALLOW); in cdioctl()
2630 if (((action == PR_ALLOW) in cdprevent()
2653 if (action == PR_ALLOW) in cdprevent()
H A Dscsi_sa.c846 saprevent(periph, PR_ALLOW); in saclose()
1968 saprevent(periph, PR_ALLOW); in saioctl()
4917 if ((action == PR_ALLOW) && (softc->flags & SA_FLAG_TAPE_LOCKED) == 0) in saprevent()
4938 if (action == PR_ALLOW) in saprevent()
H A Dscsi_da.c1853 daprevent(periph, PR_ALLOW); in daclose()
6104 if (((action == PR_ALLOW) in daprevent()
6125 if (action == PR_ALLOW) in daprevent()
H A Dscsi_all.h951 #define PR_ALLOW 0x00 macro