Searched refs:f_attach (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | event_private.h | 732 int (*f_attach)(struct knote *kn, struct kevent_qos_s *kev); member
|
| /xnu-12377.1.9/bsd/skywalk/channel/ |
| H A D | channel.c | 129 .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 D | ipc_pset.c | 1238 .f_attach = filt_machportattach,
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_event.c | 277 .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 D | uipc_socket.c | 181 .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 D | kern_memorystatus_notify.c | 101 .f_attach = filt_memorystatusattach,
|
| H A D | kern_aio.c | 2582 .f_attach = filt_aioattach,
|
| H A D | tty.c | 3397 .f_attach = filt_ttyattach,
|
| H A D | kern_sig.c | 162 .f_attach = filt_sigattach,
|
| /xnu-12377.1.9/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 938 return knote_fops(kn)->f_attach(kn, kev); in spec_kqfilter() 3000 .f_attach = filt_specattach,
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | exclaves_resource.c | 1663 .f_attach = filt_exclaves_notification_attach,
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_vnops.c | 147 .f_attach = NULL,
|
| H A D | vfs_fsevents.c | 2510 .f_attach = NULL,
|
| H A D | vfs_subr.c | 5125 .f_attach = filt_fsattach,
|