Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/IOKit/
H A DIOReturn.h171 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-8020.101.4/iokit/DriverKit/
H A DIOReturn.h171 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-8020.101.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3122 return kIOReturnNotAttached; in dmaCommandOperation()
3647 return kIOReturnNotAttached; in setPurgeable()
3728 return kIOReturnNotAttached; in setOwnership()
3753 return kIOReturnNotAttached; in setOwnership()
3823 return kIOReturnNotAttached; in getPageCounts()
3893 return kIOReturnNotAttached; in performOperation()
4589 return kIOReturnNotAttached; in dmaMap()
4667 traceInterval.setEndArg1(kIOReturnNotAttached); in prepare()
4668 return kIOReturnNotAttached; in prepare()
4726 traceInterval.setEndArg1(kIOReturnNotAttached); in complete()
[all …]
H A DIOService.cpp7878 {kIOReturnNotAttached, "device/channel is not attached" }, in stringFromReturn()
7979 case kIOReturnNotAttached: in errnoFromReturn()
H A DIOServicePM.cpp2206 return kIOReturnNotAttached; in requestPowerDomainState()