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

12

/xnu-2422.115.4/bsd/dev/i386/
H A Dmem.c125 return (ENODEV);
138 return ENODEV;
162 return(ENODEV);
165 return(ENODEV);
186 return(ENODEV);
189 return(ENODEV);
/xnu-2422.115.4/bsd/kern/
H A Dsubr_xxx.c86 return (ENODEV);
H A Dkern_mman.c343 error = ENODEV;
H A Dkern_descrip.c5159 * !0 'error', if not ENODEV or
5201 * For ENODEV simply dup (dfd) to file descriptor
5211 case ENODEV:
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d59 inline int ENODEV = 19;
60 #pragma D binding "1.0" ENODEV
/xnu-2422.115.4/bsd/sys/
H A Derrno.h111 #define ENODEV 19 /* Operation not supported by device */ macro
/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c1746 return (ENODEV);
2131 error = ENODEV;
2312 error = ENODEV;
2338 error = ENODEV;
2348 error = ENODEV;
2357 error = ENODEV;
2366 error = ENODEV;
2376 error = ENODEV;
2386 error = ENODEV;
2395 error = ENODEV;
[all...]
H A Dif_loop.c748 return (ENODEV);
H A Ddlil.c4883 return (ENODEV);
7200 return (ENODEV);
7224 return (ENODEV);
7245 return (ENODEV);
H A Dif_vlan.c1059 return (ENODEV);
H A Dif_bridge.c4789 error = ENODEV;
5628 return (ENODEV);
/xnu-2422.115.4/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);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c101 { BSM_ERRNO_ENODEV, ENODEV, ES("Operation not supported by device") },
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c971 error = ENODEV;
1036 error = ENODEV;
1064 error = ENODEV;
/xnu-2422.115.4/bsd/dev/random/
H A Drandomdev.c448 return ENODEV;
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c393 if (is_char) return (ENODEV); /* We can only do this for a block */
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c373 error = ENODEV;
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_subr.c711 return (ENODEV);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c1332 * in our attempt to take an iocount. An ENODEV error return
1336 if (error == ENODEV) {
H A Dvfs_subr.c995 return (ENODEV);
1157 return (ENODEV);
1314 return (ENODEV);
4325 * those. ENODEV is intended to inform callers that the call
4329 return(ENODEV);
/xnu-2422.115.4/bsd/netinet/
H A Din.c570 return (ENODEV);

Completed in 275 milliseconds

12