Home
last modified time | relevance | path

Searched refs:f_event (Results 1 – 18 of 18) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dtty_ptmx.c526 .f_event = ptsd_kqops_event,
755 .f_event = ptmx_kqops_event,
H A Dsys_pipe.c212 .f_event = filt_pipenotsup,
220 .f_event = filt_piperead,
228 .f_event = filt_pipewrite,
H A Dkern_event.c279 .f_event = filt_bad_event,
830 result = filter_call(knote_fops(kn), f_event(kn, hint)); in knote_post()
1091 .f_event = filt_kqueue,
1326 .f_event = filt_procevent,
1928 .f_event = filt_bad_event,
1997 .f_event = filt_bad_event,
2849 .f_event = filt_bad_event,
H A Dkern_memorystatus_notify.c103 .f_event = filt_memorystatus,
H A Duipc_socket.c183 .f_event = filt_soread,
192 .f_event = filt_sowrite,
201 .f_event = filt_sockev,
210 .f_event = filt_soread,
H A Dkern_aio.c2584 .f_event = filt_aioevent,
H A Dtty.c3399 .f_event = filt_ttyevent,
H A Dkern_sig.c164 .f_event = filt_signal,
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c1246 .f_event = filt_portevent,
1256 .f_event = filt_psetevent,
/xnu-12377.1.9/bsd/sys/
H A Devent_private.h734 int (*f_event)(struct knote *kn, long hint); member
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c131 .f_event = filt_chread,
140 .f_event = filt_chwrite,
149 .f_event = filt_che_event,
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c1665 .f_event = filt_exclaves_notification_event,
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c149 .f_event = filt_vnode,
H A Dvfs_fsevents.c2512 .f_event = filt_fsevent,
H A Dvfs_subr.c5127 .f_event = filt_fsevent,
/xnu-12377.1.9/bsd/miscfs/specfs/
H A Dspec_vnops.c3002 .f_event = filt_specevent,
/xnu-12377.1.9/bsd/net/
H A Dbpf.c3116 .f_event = filt_bpfread,
H A Dnecp_client.c1181 .f_event = necp_fd_knread,