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

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h86 #define FIFO_CREATED 4 macro
H A Dfifo_vnops.c159 if ((fip->fi_flags & FIFO_CREATED) == 0) {
203 fip->fi_flags |= FIFO_CREATED;
445 if ((fip->fi_flags & FIFO_CREATED) == 0) {
487 fip->fi_flags &= ~FIFO_CREATED;

Completed in 18 milliseconds