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

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h151 #define O_EVTONLY 0x8000 /* descriptor requested for event notifications only */ macro
268 #define F_CHECK_OPENEVT 58 /* SPI: if a process is marked OPENEVT, or in O_EVTONLY on opens of this vnode */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c593 // has the P_CHECKOPENEVT flag set, then we or in the O_EVTONLY
601 fmode |= O_EVTONLY;
H A Dvfs_subr.c1556 if (fmode & O_EVTONLY) {
1794 if (fmode & O_EVTONLY) {
8222 error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE);
8312 vnode_rele_ext(vp, O_EVTONLY, 1);
H A Dvfs_syscalls.c3045 fp->f_fglob->fg_flag = flags & (FMASK | O_EVTONLY);
7766 return FREAD | FWRITE | O_EVTONLY;
7769 return FREAD | O_EVTONLY;
8104 // has the P_CHECKOPENEVT flag set, then we or in the O_EVTONLY
8112 fmode |= O_EVTONLY;

Completed in 46 milliseconds