Home
last modified time | relevance | path

Searched refs:EV_POLL (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Devent.h202 #define EV_POLL EV_FLAG0 macro
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c514 SK_KVA(ch), SK_KVA(kn), (kn->kn_flags & EV_POLL) ? "poll," : "", in filt_chrwdetach()
558 (kn->kn_flags & EV_POLL) ? "poll," : "", in filt_chrw()
813 (kn->kn_flags & EV_POLL) ? "poll," : "", in filt_chrwattach()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c2181 data = vnode_readable_data_count(vp, kn->kn_fp->fp_glob->fg_offset, (kn->kn_flags & EV_POLL)); in filt_vnode_common()
/xnu-12377.61.12/bsd/kern/
H A Dsys_generic.c1749 .flags = EV_ADD | EV_ONESHOT | EV_POLL, in poll_nocancel()