| /xnu-11215/bsd/dev/ |
| H A D | mem.c | 137 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 D | monotonic.c | 141 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 D | memdev.c | 421 return ENODEV; /* We can only do this for a block */ in mdevioctl()
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 209 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 D | randomdev.c | 75 return ENODEV; in random_select() 129 return ENODEV; in random_ioctl()
|
| /xnu-11215/bsd/net/ |
| H A D | pf_ioctl.c | 2001 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 D | dlil_sysctl.c | 647 return ENODEV; 674 return ENODEV; 697 return ENODEV;
|
| H A D | if_loop.c | 785 return ENODEV;
|
| /xnu-11215/bsd/kern/ |
| H A D | subr_xxx.c | 86 return ENODEV; in enodev()
|
| H A D | vsock_domain.c | 351 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 D | hvg_sysctl.c | 50 return ENODEV; in hv_ret_to_errno()
|
| H A D | tty_ptmx.c | 673 knote_set_error(kn, ENODEV); in ptsd_kqfilter() 777 knote_set_error(kn, ENODEV); in ptmx_kqfilter()
|
| H A D | kern_symfile.c | 317 error = ENODEV; in kern_open_file_for_direct_io()
|
| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | errno.d | 59 inline int ENODEV = 19; variable 60 #pragma D binding "1.0" ENODEV
|
| /xnu-11215/bsd/sys/ |
| H A D | errno.h | 111 #define ENODEV 19 /* Operation not supported by device */ macro
|
| /xnu-11215/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 313 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 D | vsock.c | 50 if (sock < 0 && errno == ENODEV) { in vsock_new_socket() 232 if (error < 0 && errno == ENODEV) {
|
| /xnu-11215/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 402 err = ENODEV; in vm_swap_vol_get_budget()
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_bsm_errno.c | 100 …{ .be_bsm_errno = BSM_ERRNO_ENODEV, .be_local_errno = ENODEV, ES("Operation not supported by devic…
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 392 error = ENODEV; in fdesc_open()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cache.c | 1429 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 D | fsw_vp.c | 226 error = ENODEV; in fsw_vp_na_txsync()
|
| /xnu-11215/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 725 return ENODEV; in nx_kpipe_na_find()
|
| /xnu-11215/bsd/net/classq/ |
| H A D | classq_subr.c | 729 return ENODEV; in ifclassq_tbr_set()
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 1373 err = ENODEV; in nx_netif_ctl_attach() 3115 err = ENODEV; 3702 err = ENODEV; 3710 err = ENODEV;
|