Searched refs:O_EVTONLY (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h146 #define O_EVTONLY 0x8000 /* descriptor requested for event notifications only */ macro
237 #define F_CHECK_OPENEVT 58 /* SPI: if a process is marked OPENEVT, or in O_EVTONLY on opens of this vnode */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c394 // has the P_CHECKOPENEVT flag set, then we or in the O_EVTONLY
402 fmode |= O_EVTONLY;
H A Dvfs_subr.c1438 if (fmode & O_EVTONLY) {
1617 if (fmode & O_EVTONLY) {
H A Dvfs_syscalls.c2169 fp->f_fglob->fg_flag = flags & (FMASK | O_EVTONLY);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c1933 vnode_ref_ext(vp, O_EVTONLY);
H A Dhfs_vfsutils.c778 vnode_rele_ext(advp, O_EVTONLY, 0);

Completed in 99 milliseconds