Home
last modified time | relevance | path

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

/NextBSD/sys/cam/scsi/
HDscsi_cd.c770 cdprevent(periph, PR_ALLOW); in cdclose()
2082 cdprevent(periph, PR_ALLOW); in cdioctl()
2173 if (((action == PR_ALLOW) in cdprevent()
2196 if (action == PR_ALLOW) in cdprevent()
2228 cdprevent(periph, PR_ALLOW); in cdcheckmedia()
HDscsi_da.c1379 daprevent(periph, PR_ALLOW); in daclose()
3698 if (((action == PR_ALLOW) in daprevent()
3719 if (action == PR_ALLOW) in daprevent()
HDscsi_sa.c785 saprevent(periph, PR_ALLOW); in saclose()
1907 saprevent(periph, PR_ALLOW); in saioctl()
4577 if ((action == PR_ALLOW) && (softc->flags & SA_FLAG_TAPE_LOCKED) == 0) in saprevent()
4598 if (action == PR_ALLOW) in saprevent()
HDscsi_all.h913 #define PR_ALLOW 0x00 macro