Home
last modified time | relevance | path

Searched refs:ENODEV (Results 1 – 25 of 45) sorted by relevance

12

/xnu-11215/bsd/dev/
H A Dmem.c137 return ENODEV; in mmioctl()
140 return ENODEV; in mmioctl()
150 return ENODEV; in mmioctl()
168 return ENODEV; in mmrw()
173 return ENODEV; in mmrw()
176 return ENODEV; in mmrw()
241 return ENODEV; in mmrw()
H A Dmonotonic.c141 return ENODEV; in mt_cdev_open()
169 return ENODEV; in mt_cdev_close()
278 int error = ENODEV; in mt_cdev_ioctl()
283 return ENODEV; in mt_cdev_ioctl()
316 error = ENODEV; in mt_cdev_ioctl()
H A Dmemdev.c421 return ENODEV; /* We can only do this for a block */ in mdevioctl()
/xnu-11215/bsd/skywalk/nexus/
H A Dnexus_syscalls.c209 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_register()
277 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_deregister()
326 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_create()
390 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_destroy()
418 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_get_opt()
488 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_set_opt()
/xnu-11215/bsd/dev/random/
H A Drandomdev.c75 return ENODEV; in random_select()
129 return ENODEV; in random_ioctl()
/xnu-11215/bsd/net/
H A Dpf_ioctl.c2001 error = ENODEV; in pfioctl()
2029 error = ENODEV; in pfioctl_ioc_table()
2039 error = ENODEV; in pfioctl_ioc_table()
2048 error = ENODEV; in pfioctl_ioc_table()
2057 error = ENODEV; in pfioctl_ioc_table()
2067 error = ENODEV; in pfioctl_ioc_table()
2077 error = ENODEV; in pfioctl_ioc_table()
2086 error = ENODEV; in pfioctl_ioc_table()
2097 error = ENODEV; in pfioctl_ioc_table()
2107 error = ENODEV; in pfioctl_ioc_table()
[all …]
H A Ddlil_sysctl.c647 return ENODEV;
674 return ENODEV;
697 return ENODEV;
H A Dif_loop.c785 return ENODEV;
/xnu-11215/bsd/kern/
H A Dsubr_xxx.c86 return ENODEV; in enodev()
H A Dvsock_domain.c351 return ENODEV; in vsock_pcb_reset_address()
374 return ENODEV; in vsock_pcb_reset_address()
637 return ENODEV; in vsock_remove_transport()
717 error = ENODEV; in vsock_put_message()
885 return ENODEV; in vsock_attach()
943 return ENODEV; in vsock_control()
H A Dhvg_sysctl.c50 return ENODEV; in hv_ret_to_errno()
H A Dtty_ptmx.c673 knote_set_error(kn, ENODEV); in ptsd_kqfilter()
777 knote_set_error(kn, ENODEV); in ptmx_kqfilter()
H A Dkern_symfile.c317 error = ENODEV; in kern_open_file_for_direct_io()
/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d59 inline int ENODEV = 19; variable
60 #pragma D binding "1.0" ENODEV
/xnu-11215/bsd/sys/
H A Derrno.h111 #define ENODEV 19 /* Operation not supported by device */ macro
/xnu-11215/bsd/skywalk/channel/
H A Dchannel_syscalls.c313 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_info()
392 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_sync()
699 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_opt()
762 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_set_opt()
/xnu-11215/tests/
H A Dvsock.c50 if (sock < 0 && errno == ENODEV) { in vsock_new_socket()
232 if (error < 0 && errno == ENODEV) {
/xnu-11215/bsd/vm/
H A Dvm_compressor_backing_file.c402 err = ENODEV; in vm_swap_vol_get_budget()
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c100 …{ .be_bsm_errno = BSM_ERRNO_ENODEV, .be_local_errno = ENODEV, ES("Operation not supported by devic…
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c392 error = ENODEV; in fdesc_open()
/xnu-11215/bsd/vfs/
H A Dvfs_cache.c1429 return ENODEV; in vnode_getfirmlink()
1452 error = ENODEV; in vnode_getfirmlink()
2266 if (error == ENODEV) { in cache_lookup_path()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c226 error = ENODEV; in fsw_vp_na_txsync()
/xnu-11215/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c725 return ENODEV; in nx_kpipe_na_find()
/xnu-11215/bsd/net/classq/
H A Dclassq_subr.c729 return ENODEV; in ifclassq_tbr_set()
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1373 err = ENODEV; in nx_netif_ctl_attach()
3115 err = ENODEV;
3702 err = ENODEV;
3710 err = ENODEV;

12