Searched refs:FP_WAITEVENT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h107 #define FP_WAITEVENT 0x0100 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.c1835 if (fp->f_flags & FP_WAITEVENT)
2959 * Description: Set the FP_WAITEVENT flag on the fileproc and drop the I/O
2982 fp->f_flags |= FP_WAITEVENT;
3815 if (fp->f_flags & FP_WAITEVENT)
H A Dsys_generic.c2489 if ((uap->u_eventmask == EV_RM) && (fp->f_flags & FP_WAITEVENT)) {
2490 fp->f_flags &= ~FP_WAITEVENT;
2608 fp->f_flags &= ~FP_WAITEVENT;

Completed in 28 milliseconds