Searched refs:PR_ALLOW (Results 1 – 4 of 4) sorted by relevance
803 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()
846 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()
1853 daprevent(periph, PR_ALLOW); in daclose()6104 if (((action == PR_ALLOW) in daprevent()6125 if (action == PR_ALLOW) in daprevent()
951 #define PR_ALLOW 0x00 macro