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

/darwin-on-arm/xnu/bsd/sys/
H A Devent.h401 int (*f_event)(struct knote *kn, long hint); member in struct:filterops
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c174 .f_event = filt_kqueue,
191 .f_event = filt_proc,
201 .f_event = filt_vm,
218 .f_event = filt_timer,
256 .f_event = filt_user,
1712 if ((kn->kn_status & KN_STAYQUEUED) == 0 && kn->kn_fop->f_event(kn, 0)) {
1786 result = kn->kn_fop->f_event(kn, 0);
2411 result = kn->kn_fop->f_event(kn, hint);
H A Dsys_pipe.c190 .f_event = filt_piperead,
196 .f_event = filt_pipewrite,
H A Dtty_ptmx.c1532 .f_event = ptsd_kqops_event,
1673 * f_event op will just say "EOF" *without* looking at the
H A Duipc_socket.c153 .f_event = filt_soread,
158 .f_event = filt_sowrite,
163 .f_event = filt_sockev,
H A Dkern_sig.c156 .f_event = filt_signal,
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_pset.c328 .f_event = filt_machport,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c145 .f_event = filt_vnode
H A Dvfs_fsevents.c1838 .f_event = filt_fsevent
H A Dvfs_subr.c3489 .f_event = filt_fsevent,
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1967 .f_event = filt_spec,
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c1838 .f_event = filt_bpfread,

Completed in 130 milliseconds