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.c792 cdprevent(periph, PR_ALLOW); in cdclose()
1039 PR_ALLOW : PR_PREVENT, in cdstart()
2523 cdprevent(periph, PR_ALLOW); in cdioctl()
2615 if (((action == PR_ALLOW) in cdprevent()
2638 if (action == PR_ALLOW) in cdprevent()
H A Dscsi_sa.c846 saprevent(periph, PR_ALLOW); in saclose()
1968 saprevent(periph, PR_ALLOW); in saioctl()
4912 if ((action == PR_ALLOW) && (softc->flags & SA_FLAG_TAPE_LOCKED) == 0) in saprevent()
4933 if (action == PR_ALLOW) in saprevent()
H A Dscsi_da.c1870 daprevent(periph, PR_ALLOW); in daclose()
6377 if (((action == PR_ALLOW) in daprevent()
6398 if (action == PR_ALLOW) in daprevent()
H A Dscsi_all.h945 #define PR_ALLOW 0x00 macro