Searched refs:knote_kn_hook_set_raw (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | tty_ptmx.c | 563 knote_kn_hook_set_raw(kn, NULL); in ptsd_kqops_detach() 690 knote_kn_hook_set_raw(kn, tp); in ptsd_kqfilter() 792 knote_kn_hook_set_raw(kn, pti); in ptmx_kqfilter() 842 knote_kn_hook_set_raw(kn, NULL); in ptmx_kqops_detach()
|
| H A D | sys_generic.c | 1077 knote_kn_hook_set_raw(kn, (void *) si); in selspec_attach() 1113 knote_kn_hook_set_raw(kn, NULL); in selspec_detach()
|
| H A D | tty.c | 3528 knote_kn_hook_set_raw(kn, tp); in filt_ttyattach() 3571 knote_kn_hook_set_raw(kn, NULL); in filt_ttydetach()
|
| H A D | sys_pipe.c | 1649 knote_kn_hook_set_raw(kn, rpipe); in pipe_kqfilter()
|
| H A D | kern_event.c | 909 knote_kn_hook_set_raw(struct knote *kn, void *kn_hook) in knote_kn_hook_set_raw() function
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_pset.c | 451 knote_kn_hook_set_raw(kn, ts_store); in filt_machport_turnstile_prepare_lazily() 540 knote_kn_hook_set_raw(kn, ts_store); in filt_machport_turnstile_complete()
|
| /xnu-11215/bsd/sys/ |
| H A D | event_private.h | 854 extern void knote_kn_hook_set_raw(struct knote *kn, void *kn_hook);
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_vnops.c | 1987 knote_kn_hook_set_raw(kn, (void *)vp); in vn_kqfilter()
|
| H A D | vfs_fsevents.c | 2525 knote_kn_hook_set_raw(kn, (void *) fseh); in fseventsf_kqfilter()
|
| /xnu-11215/bsd/skywalk/channel/ |
| H A D | channel.c | 1098 knote_kn_hook_set_raw(kn, ch); in ch_kqfilter()
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 3126 knote_kn_hook_set_raw(kn, NULL); in filt_specevent()
|
| /xnu-11215/bsd/net/ |
| H A D | bpf.c | 3202 knote_kn_hook_set_raw(kn, d); in bpfkqfilter()
|
| H A D | necp_client.c | 1186 knote_kn_hook_set_raw(kn, fd_data); in necpop_kqfilter()
|