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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h194 #define P_CHECKOPENEVT 0x00080000 /* check if a vnode has the OPENEVT flag set on open */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c2402 if (p->p_flag & P_CHECKOPENEVT) {
2413 OSBitOrAtomic(P_CHECKOPENEVT, (UInt32 *)&p->p_flag);
2417 OSBitAndAtomic(~((uint32_t)P_CHECKOPENEVT), (UInt32 *)&p->p_flag);
/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
401 if ((vp->v_flag & VOPENEVT) && (current_proc()->p_flag & P_CHECKOPENEVT)) {

Completed in 45 milliseconds