| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 160 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions() 172 return kIOReturnNotReady; in IOCPURunPlatformPanicActions() 195 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 | 1918 return kIOReturnNotReady; in readXPRAM() 1929 return kIOReturnNotReady; in writeXPRAM() 1941 return kIOReturnNotReady; in readNVRAMProperty() 1969 return kIOReturnNotReady; in writeNVRAMProperty() 1992 return kIOReturnNotReady; in readNVRAMPartition() 2005 return kIOReturnNotReady; in writeNVRAMPartition()
|
| H A D | IONVRAM.cpp | 1667 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in syncInternal() 1787 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in flushGUID() 1931 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in clearTestVars() 1958 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in setPropertyWithGUIDAndName() 2156 …require_action(_format != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("Handler not initia… in removePropertyWithGUIDAndName()
|
| H A D | IOUserServer.cpp | 446 return kIOReturnNotReady; in CoreAnalyticsSendEvent_Impl() 852 return kIOReturnNotReady; in CreateMemoryDescriptorFromClient_Impl() 1091 ret = kIOReturnNotReady; in CompleteDMA_Impl() 1125 return kIOReturnNotReady; in GetPreparation_Impl() 1137 ret = kIOReturnNotReady; in GetPreparation_Impl() 1167 return kIOReturnNotReady; in PerformOperation_Impl() 1656 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl() 2053 return kIOReturnNotReady; in CheckForWork_Impl() 2369 return kIOReturnNotReady; in SetPort_Impl() 3563 return kIOReturnNotReady; in rpc() [all …]
|
| H A D | IOMemoryDescriptor.cpp | 346 err = kIOReturnNotReady; in purgeableStateBits() 3904 err = kIOReturnNotReady; in setPurgeable() 3948 IOReturn err = kIOReturnNotReady; in setPurgeable() 3993 IOReturn err = kIOReturnNotReady; in setOwnership() 4069 IOReturn err = kIOReturnNotReady; in getPageCounts() 4938 error = kIOReturnNotReady; in prepare() 5309 return kIOReturnNotReady; in IOMemoryMapTracking()
|
| H A D | IONVRAMCHRPHandler.cpp | 632 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
|
| H A D | IOLib.cpp | 968 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
|
| H A D | IOKitDebug.cpp | 1247 ret = kIOReturnNotReady; in IOTrackingDebug()
|
| H A D | IOServicePM.cpp | 2294 return kIOReturnNotReady; in requestPowerDomainState() 3587 return kIOReturnNotReady; in getAggressiveness() 9573 IOReturn ret = kIOReturnNotReady; in serialize()
|
| H A D | IOService.cpp | 2353 rc = kIOReturnNotReady; in registerInterestForNotifier() 8331 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn() 8411 case kIOReturnNotReady: in errnoFromReturn()
|
| H A D | IOUserClient.cpp | 1982 IOReturn ret = kIOReturnNotReady; in OSDefineMetaClassAndAbstractStructors() 4744 err = kIOReturnNotReady; in is_io_connect_map_shared_memory()
|
| H A D | IOPMrootDomain.cpp | 8067 return kIOReturnNotReady;
|
| /xnu-12377.41.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-12377.41.6/iokit/IOKit/ |
| H A D | IOReturn.h | 171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
|
| /xnu-12377.41.6/iokit/DriverKit/ |
| H A D | IOReturn.h | 171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
|
| /xnu-12377.41.6/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1137 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady; 1402 return kIOReturnNotReady; in IOProvideCoreFileAccess()
|
| /xnu-12377.41.6/libkern/c++/ |
| H A D | OSKext.cpp | 10678 result = active ? kOSReturnSuccess : kIOReturnNotReady;
|