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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h103 #define FP_WRITTEN 0x0010 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.c1816 if ((fp->f_flags & FP_WRITTEN) != 0)
2923 * Description: Set the FP_WRITTEN flag on the fileproc and drop the I/O
2946 fp->f_flags |= FP_WRITTEN;
3968 if (fp && (fp->f_flags & FP_WRITTEN))
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4611 (fp->f_flags & FP_WRITTEN)) {

Completed in 50 milliseconds