Searched refs:kIOReturnNotReady (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMCHRPNVRAM.cpp58 return kIOReturnNotReady;
71 return kIOReturnNotReady;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPolledInterface.cpp58 IOReturn err = kIOReturnNotReady;
H A DIOPlatformExpert.cpp1252 else return kIOReturnNotReady;
1259 else return kIOReturnNotReady;
1267 else return kIOReturnNotReady;
1275 else return kIOReturnNotReady;
1290 else return kIOReturnNotReady;
1299 else return kIOReturnNotReady;
H A DIODMACommand.cpp296 return (kIOReturnNotReady);
703 ret = kIOReturnNotReady;
792 return kIOReturnNotReady;
835 return (kIOReturnNotReady);
856 return kIOReturnNotReady;
997 return kIOReturnNotReady;
H A DRootDomainUserClient.cpp229 return kIOReturnNotReady;
H A DIOLib.cpp548 kern_return_t kr = kIOReturnNotReady;
631 kern_return_t kr = kIOReturnNotReady;
H A DIONVRAM.cpp641 if (_ofImage == 0) return kIOReturnNotReady;
776 if ((_ofImage == 0) || (_ofDict == 0)) return kIOReturnNotReady;
H A DIOMemoryDescriptor.cpp1824 err = kIOReturnNotReady;
1852 err = kIOReturnNotReady;
1899 err = kIOReturnNotReady;
H A DIOServicePM.cpp2112 return kIOReturnNotReady;
3197 return kIOReturnNotReady;
7988 IOReturn ret = kIOReturnNotReady;
H A DIOService.cpp4961 {kIOReturnNotReady, "device is not ready" },
5036 case kIOReturnNotReady:
H A DIOHibernateIO.cpp525 IOReturn err = kIOReturnNotReady;
H A DIOPMrootDomain.cpp7353 return kIOReturnNotReady;
7707 return kIOReturnNotReady;
H A DIOUserClient.cpp422 return( kIOReturnNotReady );
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNVRAM/
H A DAppleNVRAM.cpp107 return kIOReturnNotReady;
147 return kIOReturnNotReady;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOReturn.h105 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready macro

Completed in 203 milliseconds