Searched refs:f_event (Results 1 - 13 of 13) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c186 .f_event = filt_kqueue,
201 .f_event = filt_proc,
211 .f_event = filt_vm,
232 .f_event = filt_timer,
269 .f_event = filt_user,
1825 if ((kn->kn_status & KN_STAYQUEUED) == 0 && kn->kn_fop->f_event(kn, 0)) {
1898 result = kn->kn_fop->f_event(kn, 0);
2546 result = kn->kn_fop->f_event(kn, hint);
H A Dsys_pipe.c191 .f_event = filt_piperead,
197 .f_event = filt_pipewrite,
H A Dtty_ptmx.c1548 .f_event = ptsd_kqops_event,
1689 * f_event op will just say "EOF" *without* looking at the
H A Duipc_socket.c158 .f_event = filt_soread,
164 .f_event = filt_sowrite,
170 .f_event = filt_sockev,
H A Dkern_memorystatus.c104 .f_event = filt_memorystatus,
H A Dkern_sig.c158 .f_event = filt_signal,
/xnu-2422.115.4/bsd/sys/
H A Devent.h450 int (*f_event)(struct knote *kn, long hint); member in struct:filterops
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_pset.c328 .f_event = filt_machport,
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c154 .f_event = filt_vnode
H A Dvfs_fsevents.c1906 .f_event = filt_fsevent
H A Dvfs_subr.c3489 .f_event = filt_fsevent,
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2259 .f_event = filt_spec,
/xnu-2422.115.4/bsd/net/
H A Dbpf.c1946 .f_event = filt_bpfread,

Completed in 160 milliseconds