Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/DriverKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-10002.41.9/iokit/IOKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-10002.41.9/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3127 return kIOReturnNotAttached; in dmaCommandOperation()
3652 return kIOReturnNotAttached; in setPurgeable()
3733 return kIOReturnNotAttached; in setOwnership()
3758 return kIOReturnNotAttached; in setOwnership()
3834 return kIOReturnNotAttached; in getPageCounts()
3904 return kIOReturnNotAttached; in performOperation()
4600 return kIOReturnNotAttached; in dmaMap()
4678 traceInterval.setEndArg1(kIOReturnNotAttached); in prepare()
4679 return kIOReturnNotAttached; in prepare()
4737 traceInterval.setEndArg1(kIOReturnNotAttached); in complete()
[all …]
H A DIOService.cpp8099 {kIOReturnNotAttached, "device/channel is not attached" }, in stringFromReturn()
8200 case kIOReturnNotAttached: in errnoFromReturn()
H A DIOServicePM.cpp2244 return kIOReturnNotAttached; in requestPowerDomainState()