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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h104 #define FP_CLOSING 0x0020 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.c1793 if ((fp->f_flags & FP_CLOSING) == FP_CLOSING) {
1803 fp->f_flags |= FP_CLOSING;
1847 fp->f_flags &= ~(FP_WAITCLOSE | FP_CLOSING);

Completed in 15 milliseconds