Home
last modified time | relevance | path

Searched refs:FIFOPOLLR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h125 #define FIFOPOLLR 0x1000 /* process waiting on poll read */ macro
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c1119 if ((fn_flag & (FIFOPOLLR | FIFOPOLLRBAND))) { in fifo_fastturnoff()
1199 if (fn_dflag & FIFOPOLLR) in fifo_wakereader()
1204 fn_dest->fn_flag = fn_dflag & ~(FIFOWANTR | FIFOPOLLR); in fifo_wakereader()
H A Dfifovnops.c1864 fnp->fn_flag |= FIFOPOLLR; in fifo_poll()