Home
last modified time | relevance | path

Searched refs:kIOReturnInternalError (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/iokit/DriverKit/
H A DIOReturn.h155 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h155 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-8019.80.24/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp183 IOReturn status = kIOReturnInternalError; in prepare()
H A DIOPMrootDomain.cpp4870 return kIOReturnInternalError; in registerPMSettingController()
8045 return kIOReturnInternalError; in systemPowerEventOccurred()
10361 return kIOReturnInternalError; in releasePMAssertion()
H A DIOService.cpp7862 {kIOReturnInternalError, "internal driver error" }, in stringFromReturn()
7991 case kIOReturnInternalError: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp3154 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError; in dmaCommandOperation()