Searched refs:ENODEV (Results 501 - 525 of 571) sorted by relevance

<<212223

/netbsd-current/sys/dev/pci/
H A Dmpii.c3496 return (ENODEV);
3595 return (ENODEV);
3829 return (ENODEV);
H A Dpm2fb.c508 return ENODEV;
H A Dpm3fb.c368 return ENODEV;
H A Dgffb.c431 return ENODEV;
H A Desa.c647 return ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_device.c934 * driver loading by returning -ENODEV.
1000 return -ENODEV;
3480 return -ENODEV;
4284 return -ENODEV;
/netbsd-current/sys/dev/audio/
H A Daudio.c1912 error = ENODEV;
1957 error = ENODEV;
2122 error = ENODEV;
2381 error = ENODEV;
2390 error = ENODEV;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c3550 return (ENODEV);
4869 (void) spa_vdev_state_exit(spa, NULL, ENODEV);
4871 return (SET_ERROR(ENODEV));
/netbsd-current/sys/dev/wscons/
H A Dwskbd.c1168 return ENODEV;
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_main.c362 error = ENODEV;
/netbsd-current/sys/altq/
H A Daltq_hfsc.c201 return (ENODEV);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_crtc.c1163 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ring_submission.c1984 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.c1940 if (error != ERR_PTR(-ENODEV)) /* if disabled, always disabled */
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c530 retval = -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_device.c1742 return -ENODEV;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hdcp.c65 return -ENODEV;
/netbsd-current/sys/dev/scsipi/
H A Dst.c925 /* ATAPI will return ENODEV for this, and this may be OK */
926 if (error != ENODEV) {
/netbsd-current/sys/dev/usb/
H A Dutoppy.c1848 err = ENODEV;
/netbsd-current/sys/ufs/chfs/
H A Dchfs_vnops.c1024 return ENODEV;
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h119 XX(ENODEV, "no such device") \
/netbsd-current/sys/dev/ic/
H A Drtsx.c1665 error = ENODEV;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bpf.c2913 errno == ENODEV || errno == EPERM
/netbsd-current/sys/net/
H A Dif_ethersubr.c1913 error = ENODEV;
/netbsd-current/sys/dev/pci/voyager/
H A Dvoyagerfb.c396 return ENODEV;

Completed in 506 milliseconds

<<212223