Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-8792.41.9/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3125 return kIOReturnNotAttached; in dmaCommandOperation()
3650 return kIOReturnNotAttached; in setPurgeable()
3731 return kIOReturnNotAttached; in setOwnership()
3756 return kIOReturnNotAttached; in setOwnership()
3832 return kIOReturnNotAttached; in getPageCounts()
3902 return kIOReturnNotAttached; in performOperation()
4598 return kIOReturnNotAttached; in dmaMap()
4676 traceInterval.setEndArg1(kIOReturnNotAttached); in prepare()
4677 return kIOReturnNotAttached; in prepare()
4735 traceInterval.setEndArg1(kIOReturnNotAttached); in complete()
[all …]
H A DIOService.cpp8025 {kIOReturnNotAttached, "device/channel is not attached" }, in stringFromReturn()
8126 case kIOReturnNotAttached: in errnoFromReturn()
H A DIOServicePM.cpp2228 return kIOReturnNotAttached; in requestPowerDomainState()