Home
last modified time | relevance | path

Searched refs:kIOReturnDeviceError (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/iokit/IOKit/
H A DIOReturn.h189 #define kIOReturnDeviceError iokit_common_err(0x2e9) // the device is not working properly! macro
/xnu-8020.101.4/iokit/DriverKit/
H A DIOReturn.h189 #define kIOReturnDeviceError iokit_common_err(0x2e9) // the device is not working properly! macro
/xnu-8020.101.4/iokit/Kernel/
H A DIOService.cpp7893 {kIOReturnDeviceError, "device error" }, in stringFromReturn()
7941 case kIOReturnDeviceError: in errnoFromReturn()