Home
last modified time | relevance | path

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

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