Searched refs:ENODEV (Results 351 - 375 of 571) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/arch/sparc/sparc/
H A Dpci_machdep.c522 return ENODEV;
/netbsd-current/sys/arch/sparc64/dev/
H A Dgfb.c272 return ENODEV;
/netbsd-current/sys/arch/x68k/dev/
H A Dbmd.c385 return ENODEV;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dlinux-targ-map.h1361 #ifdef ENODEV
1363 { "ENODEV", ENODEV, TARGET_LINUX_ENODEV },
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_util.c364 case ENODEV:
436 case ENODEV:
/netbsd-current/sys/arch/x86/acpi/
H A Dacpi_cpu_md.c567 return ENODEV;
701 return ENODEV;
/netbsd-current/sys/dev/acpi/
H A Dacpi_cpu_pstate.c824 rv = ENODEV;
921 rv = ENODEV;
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_hdmi.c449 return ENODEV; /* no device plugged in */
529 return ENODEV;
H A Dsunxi_tcon.c329 int error = ENODEV;
387 return ENODEV;
H A Dsunxi_debe.c880 return ENODEV;
904 return ENODEV;
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota1.c487 return ENODEV;
558 return ENODEV;
/netbsd-current/sys/dev/pci/
H A Dlynxfb.c209 return (ENODEV);
420 return (ENODEV);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_audio.c928 return -ENODEV;
1003 err = -ENODEV;
/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c360 error = ENODEV;
715 err = ENODEV;
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c125 * ENXIO/ENODEV is a valid error message if the device doesn't live in
128 if (error == ENXIO || error == ENODEV)
175 } else if (error != ENODEV) {
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota1.c497 return ENODEV;
568 return ENODEV;
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dlinux-targ-map.h1362 #ifdef ENODEV
1364 { "ENODEV", ENODEV, TARGET_LINUX_ENODEV },
/netbsd-current/sys/arch/mac68k/obio/
H A Dascaudio.c402 return (ENODEV);
480 return (ENODEV);
/netbsd-current/sys/arch/x86/x86/
H A Dcpu.c1165 return ENODEV;
1203 return ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioctl.c870 return -ENODEV;
1017 return -ENODEV;
H A Ddrm_fb_helper.c255 return -ENODEV;
2022 return -ENODEV;
2088 return -ENODEV;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-linux.c1709 case ENODEV:
3749 if (errno == ENXIO || errno == ENODEV) {
4604 if (errno == ENODEV) {
4883 case ENODEV:
5245 if (errno == ENODEV) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_context.c50 int err = -ENODEV;
641 int err = -ENODEV;
1362 int err = -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dkvmgt.c579 return -ENODEV;
1931 return -ENODEV;
2068 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_gem_gtt.c735 int err = -ENODEV;
1308 int err = -ENODEV;
1508 int err = -ENODEV;

Completed in 559 milliseconds

<<11121314151617181920>>