Home
last modified time | relevance | path

Searched refs:kIOReturnNotAttached (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/iokit/IOKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-12377.41.6/iokit/DriverKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-12377.41.6/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3309 return kIOReturnNotAttached; in dmaCommandOperation()
3891 return kIOReturnNotAttached; in setPurgeable()
3972 return kIOReturnNotAttached; in setOwnership()
3997 return kIOReturnNotAttached; in setOwnership()
4073 return kIOReturnNotAttached; in getPageCounts()
4150 return kIOReturnNotAttached; in performOperation()
4850 return kIOReturnNotAttached; in dmaMap()
4928 traceInterval.setEndArg1(kIOReturnNotAttached); in prepare()
4929 return kIOReturnNotAttached; in prepare()
4987 traceInterval.setEndArg1(kIOReturnNotAttached); in complete()
[all …]
H A DIOService.cpp8332 {kIOReturnNotAttached, "device/channel is not attached" }, in stringFromReturn()
8433 case kIOReturnNotAttached: in errnoFromReturn()
H A DIOServicePM.cpp2290 return kIOReturnNotAttached; in requestPowerDomainState()