Home
last modified time | relevance | path

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

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