Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/DriverKit/
H A DIOReturn.h156 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-10002.41.9/iokit/IOKit/
H A DIOReturn.h156 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-10002.41.9/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp183 IOReturn status = kIOReturnInternalError; in prepare()
H A DIOPMrootDomain.cpp4941 return kIOReturnInternalError; in registerPMSettingController()
8176 return kIOReturnInternalError; in systemPowerEventOccurred()
10500 return kIOReturnInternalError; in releasePMAssertion()
H A DIOService.cpp8084 {kIOReturnInternalError, "internal driver error" }, in stringFromReturn()
8213 case kIOReturnInternalError: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp3166 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError; in dmaCommandOperation()