Home
last modified time | relevance | path

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

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