Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/IOKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-11417.121.6/iokit/DriverKit/
H A DIOReturn.h172 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached macro
/xnu-11417.121.6/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3136 return kIOReturnNotAttached; in dmaCommandOperation()
3676 return kIOReturnNotAttached; in setPurgeable()
3757 return kIOReturnNotAttached; in setOwnership()
3782 return kIOReturnNotAttached; in setOwnership()
3858 return kIOReturnNotAttached; in getPageCounts()
3928 return kIOReturnNotAttached; in performOperation()
4624 return kIOReturnNotAttached; in dmaMap()
4702 traceInterval.setEndArg1(kIOReturnNotAttached); in prepare()
4703 return kIOReturnNotAttached; in prepare()
4761 traceInterval.setEndArg1(kIOReturnNotAttached); in complete()
[all …]
H A DIOService.cpp8201 {kIOReturnNotAttached, "device/channel is not attached" }, in stringFromReturn()
8302 case kIOReturnNotAttached: in errnoFromReturn()
H A DIOServicePM.cpp2241 return kIOReturnNotAttached; in requestPowerDomainState()