Searched refs:ENODEV (Results 1 - 25 of 28) sorted by relevance

12

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dmem.c123 return (ENODEV);
138 return ENODEV;
162 return (ENODEV);
165 return (ENODEV);
188 return (ENODEV);
191 return (ENODEV);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dmem.c125 return (ENODEV);
138 return ENODEV;
162 return(ENODEV);
165 return(ENODEV);
186 return(ENODEV);
189 return(ENODEV);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_xxx.c86 return (ENODEV);
H A Dkern_mman.c338 error = ENODEV;
H A Dkern_descrip.c4968 * !0 'error', if not ENODEV or
5010 * For ENODEV simply dup (dfd) to file descriptor
5020 case ENODEV:
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h106 #define ENODEV 19 /* Operation not supported by device */ macro
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c1733 return (ENODEV);
2118 error = ENODEV;
2299 error = ENODEV;
2325 error = ENODEV;
2335 error = ENODEV;
2344 error = ENODEV;
2353 error = ENODEV;
2363 error = ENODEV;
2373 error = ENODEV;
2382 error = ENODEV;
[all...]
H A Dif_loop.c760 return (ENODEV);
H A Dif_vlan.c1056 return (ENODEV);
H A Dif_bond.c1271 return (ENODEV);
H A Dif_bridge.c5209 return (ENODEV);
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_fairq.c149 return (ENODEV);
H A Daltq_priq.c116 return (ENODEV);
H A Daltq_qfq.c87 return (ENODEV);
H A Daltq_cbq.c116 return (ENODEV);
H A Daltq_hfsc.c118 return (ENODEV);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c101 { BSM_ERRNO_ENODEV, ENODEV, ES("Operation not supported by device") },
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c971 error = ENODEV;
1036 error = ENODEV;
1064 error = ENODEV;
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c423 return ENODEV;
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c391 if (is_char) return (ENODEV); /* We can only do this for a block */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c374 error = ENODEV;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c691 return (ENODEV);
/darwin-on-arm/xnu/bsd/netinet/
H A Din.c1425 return (ENODEV);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c995 return (ENODEV);
1157 return (ENODEV);
1314 return (ENODEV);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.c1399 return (ENODEV);

Completed in 244 milliseconds

12