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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fifofs/
H A Dfifo.h84 #define FIFO_CREATED 4 macro
H A Dfifo_vnops.c162 if ((fip->fi_flags & FIFO_CREATED) == 0) {
208 fip->fi_flags |= FIFO_CREATED;
450 if ((fip->fi_flags & FIFO_CREATED) == 0) {
492 fip->fi_flags &= ~FIFO_CREATED;

Completed in 26 milliseconds