Searched refs:kIOReturnNotReady (Results 1 – 18 of 18) sorted by relevance
158 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions()169 return kIOReturnNotReady; in IOCPURunPlatformPanicActions()191 return kIOReturnNotReady; in IOCPURunPlatformPanicSyncAction()
203 return kIOReturnNotReady; in runAction()276 return kIOReturnNotReady; in attemptAction()
445 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()
1867 return kIOReturnNotReady; in readXPRAM()1878 return kIOReturnNotReady; in writeXPRAM()1890 return kIOReturnNotReady; in readNVRAMProperty()1918 return kIOReturnNotReady; in writeNVRAMProperty()1941 return kIOReturnNotReady; in readNVRAMPartition()1954 return kIOReturnNotReady; in writeNVRAMPartition()
426 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()1880 return kIOReturnNotReady; in CheckForWork_Impl()2187 return kIOReturnNotReady; in SetPort_Impl()3306 return kIOReturnNotReady; in rpc()[all …]
857 kern_return_t kr = kIOReturnNotReady; in IOIteratePageableMaps()947 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
332 err = kIOReturnNotReady; in purgeableStateBits()3660 err = kIOReturnNotReady; in setPurgeable()3704 IOReturn err = kIOReturnNotReady; in setPurgeable()3749 IOReturn err = kIOReturnNotReady; in setOwnership()3819 IOReturn err = kIOReturnNotReady; in getPageCounts()4677 error = kIOReturnNotReady; in prepare()4997 return kIOReturnNotReady; in IOMemoryMapTracking()
515 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
865 ret = kIOReturnNotReady; in setProperties()
1152 ret = kIOReturnNotReady; in IOTrackingDebug()
2210 return kIOReturnNotReady; in requestPowerDomainState()3503 return kIOReturnNotReady; in getAggressiveness()9132 IOReturn ret = kIOReturnNotReady; in serialize()
2289 rc = kIOReturnNotReady; in registerInterestForNotifier()7877 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn()7957 case kIOReturnNotReady: in errnoFromReturn()
686 return kIOReturnNotReady; in iokit_client_died()1853 IOReturn ret = kIOReturnNotReady; in clientDied()
65 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl()125 ret = kIOReturnNotReady; in CopyMemory_Impl()144 ret = kIOReturnNotReady; in CopyDataAvailableHandler_Impl()163 ret = kIOReturnNotReady; in CopyDataServicedHandler_Impl()
170 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
1087 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady;1277 return kIOReturnNotReady; in IOProvideCoreFileAccess()
9702 …sIOKitDaemonActive && !sOSKextWasResetAfterUserspaceReboot) ? kOSReturnSuccess : kIOReturnNotReady;