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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h102 #define FP_INCHRREAD 0x0008 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.c1838 if ((fp->f_flags & FP_INCHRREAD) == 0)
3809 if ((fp->f_flags & FP_INCHRREAD) != 0)
3882 if (((fp != (struct fileproc *)0) && ((fp->f_flags & FP_INCHRREAD) != 0))) {
3884 if ( ((fp->f_flags & FP_INCHRREAD) != 0) ) {
H A Dsys_generic.c251 fp->f_flags &= ~FP_INCHRREAD;
300 fp->f_flags |= FP_INCHRREAD;

Completed in 31 milliseconds