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

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h106 #define FP_WAITCLOSE 0x0040 macro
127 FP_WRITTEN | FP_CLOSING | FP_WAITCLOSE |\
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c2763 if ((fp->f_flags & FP_WAITCLOSE) == FP_WAITCLOSE)
2765 fp->f_flags &= ~(FP_WAITCLOSE | FP_CLOSING);

Completed in 75 milliseconds