Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/DriverKit/
H A DIOReturn.h171 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h171 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-8019.80.24/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3115 return kIOReturnNotAttached; in dmaCommandOperation()
3640 return kIOReturnNotAttached; in setPurgeable()
3721 return kIOReturnNotAttached; in setOwnership()
3746 return kIOReturnNotAttached; in setOwnership()
3816 return kIOReturnNotAttached; in getPageCounts()
3886 return kIOReturnNotAttached; in performOperation()
4581 return kIOReturnNotAttached; in dmaMap()
4659 traceInterval.setEndArg1(kIOReturnNotAttached); in prepare()
4660 return kIOReturnNotAttached; in prepare()
4718 traceInterval.setEndArg1(kIOReturnNotAttached); in complete()
[all …]
H A DIOService.cpp7877 {kIOReturnNotAttached, "device/channel is not attached" }, in stringFromReturn()
7978 case kIOReturnNotAttached: in errnoFromReturn()
H A DIOServicePM.cpp2206 return kIOReturnNotAttached; in requestPowerDomainState()