Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty_ptmx.c666 knote_set_error(kn, ENODEV); in ptsd_kqfilter()
671 knote_set_error(kn, ENXIO); in ptsd_kqfilter()
770 knote_set_error(kn, ENODEV); in ptmx_kqfilter()
775 knote_set_error(kn, ENXIO); in ptmx_kqfilter()
H A Dkern_event.c861 knote_set_error(struct knote *kn, int error) in knote_set_error() function
1038 knote_set_error(kn, ENOTSUP); in filt_procattach()
1044 knote_set_error(kn, ESRCH); in filt_procattach()
1065 knote_set_error(kn, EACCES); in filt_procattach()
1654 knote_set_error(kn, error); in filt_timerattach()
1663 knote_set_error(kn, ENOMEM); in filt_timerattach()
2425 knote_set_error(kn, error); in filt_wlattach()
3483 knote_set_error(kn, ENOTSUP); in filt_no_attach()
4755 knote_set_error(kn, EINVAL); in kqueue_kqfilter()
4781 knote_set_error(kn, EINVAL); in kqueue_kqfilter()
[all …]
H A Dsys_pipe.c1604 knote_set_error(kn, EPERM); in pipe_kqfilter()
1645 knote_set_error(kn, EINVAL); in pipe_kqfilter()
H A Dkern_memorystatus_notify.c205 knote_set_error(kn, error); in filt_memorystatusattach()
H A Dtty.c3386 knote_set_error(kn, ENOTSUP); in filt_ttyattach()
3421 knote_set_error(kn, ENOTTY); in filt_ttyattach()
H A Dkern_descrip.c5802 knote_set_error(kn, ENOTSUP); in fo_no_kqfilter()
H A Duipc_socket.c6621 knote_set_error(kn, EINVAL); in soo_kqfilter()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c628 knote_set_error(kn, EINVAL); in filt_chtouch()
794 knote_set_error(kn, EINVAL); in filt_chrwattach()
1066 knote_set_error(kn, ENXIO); in ch_kqfilter()
1088 knote_set_error(kn, EINVAL); in ch_kqfilter()
/xnu-8019.80.24/bsd/sys/
H A Devent.h1127 extern void knote_set_error(struct knote *kn, int error);
/xnu-8019.80.24/bsd/miscfs/specfs/
H A Dspec_vnops.c859 knote_set_error(kn, ENXIO); in spec_kqfilter()
2969 knote_set_error(kn, ENODEV); in filt_spec_common()
3019 knote_set_error(kn, EINVAL); in filt_specattach()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_pset.c843 knote_set_error(kn, error); in filt_machportattach()
/xnu-8019.80.24/bsd/net/
H A Dbpf.c2599 knote_set_error(kn, EINVAL); in bpfkqfilter()
2611 knote_set_error(kn, ENXIO); in bpfkqfilter()
H A Dnecp_client.c1024 knote_set_error(kn, EINVAL); in necpop_kqfilter()
1031 knote_set_error(kn, ENOENT); in necpop_kqfilter()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c1928 knote_set_error(kn, error); in vn_kqfilter()