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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h115 #define FIFOOPEN 0x0004 /* fifo is opening */ macro
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c605 while (fnp->fn_flag & FIFOOPEN) {
627 fnp->fn_flag |= FIFOOPEN;
746 fnp->fn_flag &= ~FIFOOPEN;
893 * Protected by FIFOOPEN flag (i.e. flk_lock is not held)
895 * and FIFOOPEN is cleared for the original vpp.
896 * The new fifo returned has FIFOOPEN set.
959 VTOF(vp2)->fn_flag |= FIFOOPEN;
1022 oldfnp->fn_flag &= ~FIFOOPEN;
1034 VTOF(vp2)->fn_flag &= ~FIFOOPEN;

Completed in 47 milliseconds