Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/
H A DIOPlatformActions.cpp160 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions()
172 return kIOReturnNotReady; in IOCPURunPlatformPanicActions()
195 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.cpp1918 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 DIONVRAM.cpp1667 …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 DIOUserServer.cpp446 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 DIOMemoryDescriptor.cpp346 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 DIONVRAMCHRPHandler.cpp632 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
H A DIOLib.cpp968 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
H A DIOKitDebug.cpp1247 ret = kIOReturnNotReady; in IOTrackingDebug()
H A DIOServicePM.cpp2294 return kIOReturnNotReady; in requestPowerDomainState()
3587 return kIOReturnNotReady; in getAggressiveness()
9573 IOReturn ret = kIOReturnNotReady; in serialize()
H A DIOService.cpp2353 rc = kIOReturnNotReady; in registerInterestForNotifier()
8331 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn()
8411 case kIOReturnNotReady: in errnoFromReturn()
H A DIOUserClient.cpp1982 IOReturn ret = kIOReturnNotReady; in OSDefineMetaClassAndAbstractStructors()
4744 err = kIOReturnNotReady; in is_io_connect_map_shared_memory()
H A DIOPMrootDomain.cpp8067 return kIOReturnNotReady;
/xnu-12377.41.6/iokit/System/
H A DIODataQueueDispatchSourceShared.h67 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 DIOReturn.h171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-12377.41.6/iokit/DriverKit/
H A DIOReturn.h171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-12377.41.6/iokit/bsddev/
H A DIOKitBSDInit.cpp1137 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady;
1402 return kIOReturnNotReady; in IOProvideCoreFileAccess()
/xnu-12377.41.6/libkern/c++/
H A DOSKext.cpp10678 result = active ? kOSReturnSuccess : kIOReturnNotReady;