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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h105 #define FP_WAITCLOSE 0x0040 macro
109 #define FP_VALID_FLAGS (FP_INCREATE | FP_INCLOSE | FP_INSELECT | FP_INCHRREAD | FP_WRITTEN | FP_WRITTEN | FP_CLOSING | FP_WAITCLOSE | FP_AIOISSUED | FP_WAITEVENT)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c1845 if ((fp->f_flags & FP_WAITCLOSE) == FP_WAITCLOSE)
1847 fp->f_flags &= ~(FP_WAITCLOSE | FP_CLOSING);

Completed in 17 milliseconds