Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Devent_private.h732 int (*f_attach)(struct knote *kn, struct kevent_qos_s *kev); member
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c129 .f_attach = filt_chrwattach,
138 .f_attach = filt_chrwattach,
147 .f_attach = filt_che_attach,
1101 result = knote_fops(kn)->f_attach(kn, kev); in ch_kqfilter()
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c1238 .f_attach = filt_machportattach,
/xnu-12377.1.9/bsd/kern/
H A Dkern_event.c277 .f_attach = filt_no_attach,
1030 .f_attach = filt_fileattach,
1324 .f_attach = filt_procattach,
1926 .f_attach = filt_timerattach,
1995 .f_attach = filt_userattach,
2847 .f_attach = filt_wlattach,
4147 result = fops->f_attach(kn, kev); in kevent_register()
H A Duipc_socket.c181 .f_attach = filt_sorattach,
190 .f_attach = filt_sowattach,
199 .f_attach = filt_sockattach,
208 .f_attach = filt_sorattach,
6513 result = knote_fops(kn)->f_attach(kn, kev); in soo_kqfilter()
H A Dkern_memorystatus_notify.c101 .f_attach = filt_memorystatusattach,
H A Dkern_aio.c2582 .f_attach = filt_aioattach,
H A Dtty.c3397 .f_attach = filt_ttyattach,
H A Dkern_sig.c162 .f_attach = filt_sigattach,
/xnu-12377.1.9/bsd/miscfs/specfs/
H A Dspec_vnops.c938 return knote_fops(kn)->f_attach(kn, kev); in spec_kqfilter()
3000 .f_attach = filt_specattach,
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c1663 .f_attach = filt_exclaves_notification_attach,
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c147 .f_attach = NULL,
H A Dvfs_fsevents.c2510 .f_attach = NULL,
H A Dvfs_subr.c5125 .f_attach = filt_fsattach,