Home
last modified time | relevance | path

Searched refs:kIOReturnNotReady (Results 1 – 18 of 18) sorted by relevance

/xnu-11215.61.5/iokit/Kernel/
H A DIOPlatformActions.cpp158 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions()
169 return kIOReturnNotReady; in IOCPURunPlatformPanicActions()
191 return kIOReturnNotReady; in IOCPURunPlatformPanicSyncAction()
H A DIOCommandGate.cpp207 return kIOReturnNotReady; in runAction()
280 return kIOReturnNotReady; in attemptAction()
H A DIODMACommand.cpp458 return kIOReturnNotReady; in clearMemoryDescriptor()
844 return kIOReturnNotReady; in prepare()
858 ret = kIOReturnNotReady; in prepare()
1064 return kIOReturnNotReady; in complete()
1125 return kIOReturnNotReady; in getPreparedOffsetAndLength()
1150 return kIOReturnNotReady; in synchronize()
1293 return kIOReturnNotReady; in genIOVMSegments()
H A DIOPlatformExpert.cpp1905 return kIOReturnNotReady; in readXPRAM()
1916 return kIOReturnNotReady; in writeXPRAM()
1928 return kIOReturnNotReady; in readNVRAMProperty()
1956 return kIOReturnNotReady; in writeNVRAMProperty()
1979 return kIOReturnNotReady; in readNVRAMPartition()
1992 return kIOReturnNotReady; in writeNVRAMPartition()
H A DIOUserServer.cpp469 return kIOReturnNotReady; in CoreAnalyticsSendEvent_Impl()
875 return kIOReturnNotReady; in CreateMemoryDescriptorFromClient_Impl()
1114 ret = kIOReturnNotReady; in CompleteDMA_Impl()
1148 return kIOReturnNotReady; in GetPreparation_Impl()
1160 ret = kIOReturnNotReady; in GetPreparation_Impl()
1190 return kIOReturnNotReady; in PerformOperation_Impl()
1675 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl()
2061 return kIOReturnNotReady; in CheckForWork_Impl()
2377 return kIOReturnNotReady; in SetPort_Impl()
3570 return kIOReturnNotReady; in rpc()
[all …]
H A DIOLib.cpp942 kern_return_t kr = kIOReturnNotReady; in IOIteratePageableMaps()
1040 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
H A DIOMemoryDescriptor.cpp347 err = kIOReturnNotReady; in purgeableStateBits()
3665 err = kIOReturnNotReady; in setPurgeable()
3709 IOReturn err = kIOReturnNotReady; in setPurgeable()
3754 IOReturn err = kIOReturnNotReady; in setOwnership()
3830 IOReturn err = kIOReturnNotReady; in getPageCounts()
4688 error = kIOReturnNotReady; in prepare()
5058 return kIOReturnNotReady; in IOMemoryMapTracking()
H A DIONVRAMCHRPHandler.cpp615 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
H A DIOKitDebug.cpp1245 ret = kIOReturnNotReady; in IOTrackingDebug()
H A DIOServicePM.cpp2243 return kIOReturnNotReady; in requestPowerDomainState()
3536 return kIOReturnNotReady; in getAggressiveness()
9458 IOReturn ret = kIOReturnNotReady; in serialize()
H A DIOService.cpp2350 rc = kIOReturnNotReady; in registerInterestForNotifier()
8193 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn()
8273 case kIOReturnNotReady: in errnoFromReturn()
H A DIOUserClient.cpp739 return kIOReturnNotReady; in iokit_client_died()
1949 IOReturn ret = kIOReturnNotReady; in OSDefineMetaClassAndAbstractStructors()
H A DIOPMrootDomain.cpp7822 return kIOReturnNotReady;
/xnu-11215.61.5/iokit/System/
H A DIODataQueueDispatchSourceShared.h65 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl()
125 ret = kIOReturnNotReady; in CopyMemory_Impl()
144 ret = kIOReturnNotReady; in CopyDataAvailableHandler_Impl()
163 ret = kIOReturnNotReady; in CopyDataServicedHandler_Impl()
/xnu-11215.61.5/iokit/IOKit/
H A DIOReturn.h171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-11215.61.5/iokit/DriverKit/
H A DIOReturn.h171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-11215.61.5/iokit/bsddev/
H A DIOKitBSDInit.cpp1137 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady;
1402 return kIOReturnNotReady; in IOProvideCoreFileAccess()
/xnu-11215.61.5/libkern/c++/
H A DOSKext.cpp10656 result = active ? kOSReturnSuccess : kIOReturnNotReady;