Searched refs:PF_MASK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c345 * PF_MASK Bitwise or of legal flags, for sanity checking.
355 #define PF_MASK 0377 macro
3860 /* p_flags has no bits outside of PF_MASK */
3861 if (ptp->p_flags & ~(PF_MASK))

Completed in 81 milliseconds