Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformActions.cpp158 return kIOReturnNotReady; in IOCPURunPlatformHaltRestartActions()
169 return kIOReturnNotReady; in IOCPURunPlatformPanicActions()
191 return kIOReturnNotReady; in IOCPURunPlatformPanicSyncAction()
H A DIOCommandGate.cpp207 return kIOReturnNotReady; in runAction()
280 return kIOReturnNotReady; in attemptAction()
H A DIODMACommand.cpp449 return kIOReturnNotReady; in clearMemoryDescriptor()
835 return kIOReturnNotReady; in prepare()
849 ret = kIOReturnNotReady; in prepare()
1055 return kIOReturnNotReady; in complete()
1116 return kIOReturnNotReady; in getPreparedOffsetAndLength()
1141 return kIOReturnNotReady; in synchronize()
1284 return kIOReturnNotReady; in genIOVMSegments()
H A DIOPlatformExpert.cpp1872 return kIOReturnNotReady; in readXPRAM()
1883 return kIOReturnNotReady; in writeXPRAM()
1895 return kIOReturnNotReady; in readNVRAMProperty()
1923 return kIOReturnNotReady; in writeNVRAMProperty()
1946 return kIOReturnNotReady; in readNVRAMPartition()
1959 return kIOReturnNotReady; in writeNVRAMPartition()
H A DIOUserServer.cpp454 return kIOReturnNotReady; in CoreAnalyticsSendEvent_Impl()
857 return kIOReturnNotReady; in CreateMemoryDescriptorFromClient_Impl()
1076 return kIOReturnNotReady; in CompleteDMA_Impl()
1107 return kIOReturnNotReady; in GetPreparation_Impl()
1119 ret = kIOReturnNotReady; in GetPreparation_Impl()
1149 return kIOReturnNotReady; in PerformOperation_Impl()
1622 IOReturn ret = kIOReturnNotReady; in CheckForWork_Impl()
1981 return kIOReturnNotReady; in CheckForWork_Impl()
2297 return kIOReturnNotReady; in SetPort_Impl()
3448 return kIOReturnNotReady; in rpc()
[all …]
H A DIOLib.cpp941 kern_return_t kr = kIOReturnNotReady; in IOIteratePageableMaps()
1039 kern_return_t kr = kIOReturnNotReady; in IOMallocPageablePages()
H A DIOMemoryDescriptor.cpp339 err = kIOReturnNotReady; in purgeableStateBits()
3663 err = kIOReturnNotReady; in setPurgeable()
3707 IOReturn err = kIOReturnNotReady; in setPurgeable()
3752 IOReturn err = kIOReturnNotReady; in setOwnership()
3828 IOReturn err = kIOReturnNotReady; in getPageCounts()
4686 error = kIOReturnNotReady; in prepare()
5006 return kIOReturnNotReady; in IOMemoryMapTracking()
H A DIONVRAMCHRPHandler.cpp628 …require_action(_nvramController != nullptr, exit, (ret = kIOReturnNotReady, DEBUG_ERROR("No _nvram… in serializeVariables()
H A DIONVRAM.cpp929 ret = kIOReturnNotReady; in setProperties()
H A DIOKitDebug.cpp1232 ret = kIOReturnNotReady; in IOTrackingDebug()
H A DIOServicePM.cpp2232 return kIOReturnNotReady; in requestPowerDomainState()
3525 return kIOReturnNotReady; in getAggressiveness()
9172 IOReturn ret = kIOReturnNotReady; in serialize()
H A DIOService.cpp2323 rc = kIOReturnNotReady; in registerInterestForNotifier()
8024 {kIOReturnNotReady, "device is not ready" }, in stringFromReturn()
8104 case kIOReturnNotReady: in errnoFromReturn()
H A DIOUserClient.cpp690 return kIOReturnNotReady; in iokit_client_died()
1864 IOReturn ret = kIOReturnNotReady; in OSDefineMetaClassAndAbstractStructors()
H A DIOPMrootDomain.cpp7650 return kIOReturnNotReady; in setWakeTime()
/xnu-8792.41.9/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-8792.41.9/iokit/IOKit/
H A DIOReturn.h171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h171 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro
/xnu-8792.41.9/iokit/bsddev/
H A DIOKitBSDInit.cpp1111 kern_return_t gIOPolledCoreFileOpenRet = kIOReturnNotReady;
1325 return kIOReturnNotReady; in IOProvideCoreFileAccess()
/xnu-8792.41.9/libkern/c++/
H A DOSKext.cpp10413 result = active ? kOSReturnSuccess : kIOReturnNotReady;