Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOPlatformActions.cpp158 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions()
169 return kIOReturnNotReady; in IOCPURunPlatformPanicActions()
191 return kIOReturnNotReady; in IOCPURunPlatformPanicSyncAction()
H A DIOCommandGate.cpp203 return kIOReturnNotReady; in runAction()
276 return kIOReturnNotReady; in attemptAction()
H A DIODMACommand.cpp445 return kIOReturnNotReady; in clearMemoryDescriptor()
831 return kIOReturnNotReady; in prepare()
845 ret = kIOReturnNotReady; in prepare()
1051 return kIOReturnNotReady; in complete()
1112 return kIOReturnNotReady; in getPreparedOffsetAndLength()
1137 return kIOReturnNotReady; in synchronize()
1280 return kIOReturnNotReady; in genIOVMSegments()
H A DIOPlatformExpert.cpp1861 return kIOReturnNotReady; in readXPRAM()
1872 return kIOReturnNotReady; in writeXPRAM()
1884 return kIOReturnNotReady; in readNVRAMProperty()
1912 return kIOReturnNotReady; in writeNVRAMProperty()
1935 return kIOReturnNotReady; in readNVRAMPartition()
1948 return kIOReturnNotReady; in writeNVRAMPartition()
H A DIOUserServer.cpp426 return kIOReturnNotReady; in CoreAnalyticsSendEvent_Impl()
816 return kIOReturnNotReady; in CreateMemoryDescriptorFromClient_Impl()
1034 return kIOReturnNotReady; in CompleteDMA_Impl()
1065 return kIOReturnNotReady; in GetPreparation_Impl()
1077 ret = kIOReturnNotReady; in GetPreparation_Impl()
1107 return kIOReturnNotReady; in PerformOperation_Impl()
1565 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl()
1878 return kIOReturnNotReady; in CheckForWork_Impl()
2183 return kIOReturnNotReady; in SetPort_Impl()
3302 return kIOReturnNotReady; in rpc()
[all …]
H A DIOLib.cpp847 kern_return_t kr = kIOReturnNotReady; in IOIteratePageableMaps()
937 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
H A DIOMemoryDescriptor.cpp332 err = kIOReturnNotReady; in purgeableStateBits()
3653 err = kIOReturnNotReady; in setPurgeable()
3697 IOReturn err = kIOReturnNotReady; in setPurgeable()
3742 IOReturn err = kIOReturnNotReady; in setOwnership()
3812 IOReturn err = kIOReturnNotReady; in getPageCounts()
4669 error = kIOReturnNotReady; in prepare()
4989 return kIOReturnNotReady; in IOMemoryMapTracking()
H A DIONVRAM.cpp884 ret = kIOReturnNotReady; in setProperties()
2266 require_action(_systemPanicked == false, exit, ret = kIOReturnNotReady); in serializeVariables()
2268 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
H A DIOKitDebug.cpp1169 ret = kIOReturnNotReady; in IOTrackingDebug()
H A DIOServicePM.cpp2210 return kIOReturnNotReady; in requestPowerDomainState()
3503 return kIOReturnNotReady; in getAggressiveness()
9133 IOReturn ret = kIOReturnNotReady; in serialize()
H A DIOService.cpp2288 rc = kIOReturnNotReady; in registerInterestForNotifier()
7876 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn()
7956 case kIOReturnNotReady: in errnoFromReturn()
H A DIOUserClient.cpp686 return kIOReturnNotReady; in iokit_client_died()
1853 IOReturn ret = kIOReturnNotReady; in clientDied()
/xnu-8019.80.24/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-8019.80.24/iokit/DriverKit/
H A DIOReturn.h170 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h170 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-8019.80.24/iokit/bsddev/
H A DIOKitBSDInit.cpp1086 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady;
1276 return kIOReturnNotReady; in IOProvideCoreFileAccess()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp9701 …sIOKitDaemonActive && !sOSKextWasResetAfterUserspaceReboot) ? kOSReturnSuccess : kIOReturnNotReady;