Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_da.c658 daprevent(periph, PR_ALLOW); in daclose()
2078 if (((action == PR_ALLOW) in daprevent()
2100 if (action == PR_ALLOW) in daprevent()
H A Dscsi_sa.c583 saprevent(periph, PR_ALLOW); in saclose()
1183 saprevent(periph, PR_ALLOW); in saioctl()
3056 if ((action == PR_ALLOW) && (softc->flags & SA_FLAG_TAPE_LOCKED) == 0) in saprevent()
3079 if (action == PR_ALLOW) in saprevent()
H A Dscsi_cd.c1085 cdprevent(periph, PR_ALLOW); in cdclose()
2707 cdprevent(periph, PR_ALLOW); in cdioctl()
2787 if (((action == PR_ALLOW) in cdprevent()
2810 if (action == PR_ALLOW) in cdprevent()
H A Dscsi_all.h418 #define PR_ALLOW 0x00 macro