| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 158 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions() 169 return kIOReturnNotReady; in IOCPURunPlatformPanicActions() 191 return kIOReturnNotReady; in IOCPURunPlatformPanicSyncAction()
|
| H A D | IOCommandGate.cpp | 207 return kIOReturnNotReady; in runAction() 280 return kIOReturnNotReady; in attemptAction()
|
| H A D | IODMACommand.cpp | 458 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 D | IOPlatformExpert.cpp | 1905 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 D | IONVRAM.cpp | 1520 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in syncInternal() 1641 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in flushGUID() 1789 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in setPropertyWithGUIDAndName() 1980 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in removePropertyWithGUIDAndName()
|
| H A D | IOUserServer.cpp | 443 return kIOReturnNotReady; in CoreAnalyticsSendEvent_Impl() 849 return kIOReturnNotReady; in CreateMemoryDescriptorFromClient_Impl() 1088 ret = kIOReturnNotReady; in CompleteDMA_Impl() 1122 return kIOReturnNotReady; in GetPreparation_Impl() 1134 ret = kIOReturnNotReady; in GetPreparation_Impl() 1164 return kIOReturnNotReady; in PerformOperation_Impl() 1653 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl() 2039 return kIOReturnNotReady; in CheckForWork_Impl() 2355 return kIOReturnNotReady; in SetPort_Impl() 3548 return kIOReturnNotReady; in rpc() [all …]
|
| H A D | IOMemoryDescriptor.cpp | 348 err = kIOReturnNotReady; in purgeableStateBits() 3689 err = kIOReturnNotReady; in setPurgeable() 3733 IOReturn err = kIOReturnNotReady; in setPurgeable() 3778 IOReturn err = kIOReturnNotReady; in setOwnership() 3854 IOReturn err = kIOReturnNotReady; in getPageCounts() 4712 error = kIOReturnNotReady; in prepare() 5083 return kIOReturnNotReady; in IOMemoryMapTracking()
|
| H A D | IONVRAMCHRPHandler.cpp | 624 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
|
| H A D | IOLib.cpp | 956 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
|
| H A D | IOKitDebug.cpp | 1247 ret = kIOReturnNotReady; in IOTrackingDebug()
|
| H A D | IOServicePM.cpp | 2245 return kIOReturnNotReady; in requestPowerDomainState() 3538 return kIOReturnNotReady; in getAggressiveness() 9482 IOReturn ret = kIOReturnNotReady; in serialize()
|
| H A D | IOService.cpp | 2350 rc = kIOReturnNotReady; in registerInterestForNotifier() 8200 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn() 8280 case kIOReturnNotReady: in errnoFromReturn()
|
| H A D | IOUserClient.cpp | 740 return kIOReturnNotReady; in iokit_client_died() 1963 IOReturn ret = kIOReturnNotReady; in OSDefineMetaClassAndAbstractStructors()
|
| H A D | IOPMrootDomain.cpp | 7832 return kIOReturnNotReady;
|
| /xnu-11417.121.6/iokit/System/ |
| H A D | IODataQueueDispatchSourceShared.h | 67 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl() 128 ret = kIOReturnNotReady; in CopyMemory_Impl() 147 ret = kIOReturnNotReady; in CopyDataAvailableHandler_Impl() 166 ret = kIOReturnNotReady; in CopyDataServicedHandler_Impl()
|
| /xnu-11417.121.6/iokit/IOKit/ |
| H A D | IOReturn.h | 171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
|
| /xnu-11417.121.6/iokit/DriverKit/ |
| H A D | IOReturn.h | 171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
|
| /xnu-11417.121.6/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1137 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady; 1402 return kIOReturnNotReady; in IOProvideCoreFileAccess()
|
| /xnu-11417.121.6/libkern/c++/ |
| H A D | OSKext.cpp | 10656 result = active ? kOSReturnSuccess : kIOReturnNotReady;
|