Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cam/scsi/
Dscsi_cd.c1147 cdprevent(periph, PR_ALLOW); in cdclose()
2775 cdprevent(periph, PR_ALLOW); in cdioctl()
2866 if (((action == PR_ALLOW) in cdprevent()
2889 if (action == PR_ALLOW) in cdprevent()
2921 cdprevent(periph, PR_ALLOW); in cdcheckmedia()
Dscsi_sa.c590 saprevent(periph, PR_ALLOW); in saclose()
1177 saprevent(periph, PR_ALLOW); in saioctl()
3079 if ((action == PR_ALLOW) && (softc->flags & SA_FLAG_TAPE_LOCKED) == 0) in saprevent()
3100 if (action == PR_ALLOW) in saprevent()
Dscsi_da.c1355 daprevent(periph, PR_ALLOW); in daclose()
3657 if (((action == PR_ALLOW) in daprevent()
3678 if (action == PR_ALLOW) in daprevent()
Dscsi_all.h676 #define PR_ALLOW 0x00 macro