Searched refs:ENODEV (Results 151 - 175 of 570) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_syncmap.c341 int err = -ENODEV;
410 int err = -ENODEV;
455 int err = -ENODEV;
H A Di915_perf.c133 err = -ENODEV;
H A Dmock_gem_device.c174 i915->gt.awake = -ENODEV;
/netbsd-current/sys/kern/
H A Dsubr_cpufreq.c324 return ENODEV;
342 return ENODEV;
360 return ENODEV;
/netbsd-current/sys/coda/
H A Dcoda_vfsops.c245 return(ENODEV);
397 } else if (error == ENODEV || error == EINTR) {
401 * ENODEV. Return the uninitialized root vnode to allow vfs
621 * valid vnode to use. If not, return ENODEV as venus is dead.
624 return ENODEV;
/netbsd-current/sys/arch/sparc64/dev/
H A Dpci_machdep.c401 return ENODEV;
422 return (ENODEV);
428 return (ENODEV);
/netbsd-current/sys/arch/bebox/stand/boot/
H A Ddevopen.c148 return ENODEV;
/netbsd-current/lib/libutil/
H A Dttymsg.c190 * We get ENODEV on a slip line if we're running as root,
193 if (errno == ENODEV || errno == EIO)
/netbsd-current/sys/rump/dev/lib/libpci/
H A Drumpdev_pci.c159 return ENODEV;
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Di915_drv.c53 return -ENODEV;
/netbsd-current/sys/arch/vax/boot/boot/
H A Ddevopen.c122 return(ENODEV);
/netbsd-current/sys/stand/efiboot/
H A Defifile.c166 return ENODEV;
/netbsd-current/sys/dev/
H A Dld.c355 return (ENODEV);
572 return (ENODEV);
583 return (ENODEV);
680 return (ENODEV);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dsi_dcs_backlight.c172 return -ENODEV;
H A Dintel_vga.c198 * vga_client_register() fails with -ENODEV.
201 if (ret && ret != -ENODEV)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_notify.c143 int ret = -ENODEV;
H A Dnouveau_nvkm_core_ramht.c79 if (ret != -ENODEV) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_base.c90 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_huc.c208 * 0 if HuC firmware is not loaded and -ENODEV if HuC
218 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dmpt.h58 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_panel.c302 * - ENODEV: the device is not available (status != "okay" or "ok")
309 return ERR_PTR(-ENODEV);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_bit.c219 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
H A Dnouveau_nvkm_subdev_pci_agp.c94 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_gf119.c54 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/
H A Dnouveau_nvkm_subdev_top_base.c162 return -ENODEV;

Completed in 500 milliseconds

1234567891011>>