Home
last modified time | relevance | path

Searched refs:f_attach (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/bsd/sys/
H A Devent_private.h732 int (*f_attach)(struct knote *kn, struct kevent_qos_s *kev); member
/xnu-11215/bsd/skywalk/channel/
H A Dchannel.c127 .f_attach = filt_chrwattach,
136 .f_attach = filt_chrwattach,
145 .f_attach = filt_che_attach,
1100 result = knote_fops(kn)->f_attach(kn, kev); in ch_kqfilter()
/xnu-11215/osfmk/ipc/
H A Dipc_pset.c1205 .f_attach = filt_machportattach,
/xnu-11215/bsd/kern/
H A Dkern_event.c277 .f_attach = filt_no_attach,
1029 .f_attach = filt_fileattach,
1323 .f_attach = filt_procattach,
1925 .f_attach = filt_timerattach,
1994 .f_attach = filt_userattach,
2846 .f_attach = filt_wlattach,
4146 result = fops->f_attach(kn, kev); in kevent_register()
H A Duipc_socket.c189 .f_attach = filt_sorattach,
198 .f_attach = filt_sowattach,
207 .f_attach = filt_sockattach,
216 .f_attach = filt_sorattach,
6571 result = knote_fops(kn)->f_attach(kn, kev); in soo_kqfilter()
H A Dkern_memorystatus_notify.c101 .f_attach = filt_memorystatusattach,
H A Dtty.c3397 .f_attach = filt_ttyattach,
H A Dkern_sig.c162 .f_attach = filt_sigattach,
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c934 return knote_fops(kn)->f_attach(kn, kev); in spec_kqfilter()
2994 .f_attach = filt_specattach,
/xnu-11215/osfmk/kern/
H A Dexclaves_resource.c1517 .f_attach = filt_exclaves_notification_attach,
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c147 .f_attach = NULL,
H A Dvfs_fsevents.c2510 .f_attach = NULL,
H A Dvfs_subr.c5087 .f_attach = filt_fsattach,