Searched refs:knote_set_error (Results 1 – 14 of 14) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | tty_ptmx.c | 670 knote_set_error(kn, ENODEV); in ptsd_kqfilter() 675 knote_set_error(kn, ENXIO); in ptsd_kqfilter() 774 knote_set_error(kn, ENODEV); in ptmx_kqfilter() 779 knote_set_error(kn, ENXIO); in ptmx_kqfilter()
|
| H A D | kern_event.c | 859 knote_set_error(struct knote *kn, int error) in knote_set_error() function 1036 knote_set_error(kn, ENOTSUP); in filt_procattach() 1042 knote_set_error(kn, ESRCH); in filt_procattach() 1063 knote_set_error(kn, EACCES); in filt_procattach() 1652 knote_set_error(kn, error); in filt_timerattach() 1661 knote_set_error(kn, ENOMEM); in filt_timerattach() 2431 knote_set_error(kn, error); in filt_wlattach() 3521 knote_set_error(kn, ENOTSUP); in filt_no_attach() 4803 knote_set_error(kn, EINVAL); in kqueue_kqfilter() 4829 knote_set_error(kn, EINVAL); in kqueue_kqfilter() [all …]
|
| H A D | sys_pipe.c | 1604 knote_set_error(kn, EPERM); in pipe_kqfilter() 1645 knote_set_error(kn, EINVAL); in pipe_kqfilter()
|
| H A D | kern_memorystatus_notify.c | 206 knote_set_error(kn, error); in filt_memorystatusattach()
|
| H A D | tty.c | 3383 knote_set_error(kn, ENOTSUP); in filt_ttyattach() 3418 knote_set_error(kn, ENOTTY); in filt_ttyattach()
|
| H A D | kern_descrip.c | 6098 knote_set_error(kn, ENOTSUP); in fo_no_kqfilter()
|
| H A D | uipc_socket.c | 6712 knote_set_error(kn, EINVAL); in soo_kqfilter()
|
| /xnu-8796.121.2/bsd/skywalk/channel/ |
| H A D | channel.c | 617 knote_set_error(kn, EINVAL); in filt_chtouch() 783 knote_set_error(kn, EINVAL); in filt_chrwattach() 1055 knote_set_error(kn, ENXIO); in ch_kqfilter() 1077 knote_set_error(kn, EINVAL); in ch_kqfilter()
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | event.h | 1146 extern void knote_set_error(struct knote *kn, int error);
|
| /xnu-8796.121.2/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 859 knote_set_error(kn, ENXIO); in spec_kqfilter() 2975 knote_set_error(kn, ENODEV); in filt_spec_common() 3025 knote_set_error(kn, EINVAL); in filt_specattach()
|
| /xnu-8796.121.2/osfmk/ipc/ |
| H A D | ipc_pset.c | 750 knote_set_error(kn, error); in filt_machportattach()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | bpf.c | 2783 knote_set_error(kn, EINVAL); in bpfkqfilter() 2795 knote_set_error(kn, ENXIO); in bpfkqfilter()
|
| H A D | necp_client.c | 1052 knote_set_error(kn, EINVAL); in necpop_kqfilter() 1059 knote_set_error(kn, ENOENT); in necpop_kqfilter()
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_vnops.c | 1990 knote_set_error(kn, error); in vn_kqfilter()
|