Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/IOKit/
H A DIOReturn.h155 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-8020.101.4/iokit/DriverKit/
H A DIOReturn.h155 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-8020.101.4/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp183 IOReturn status = kIOReturnInternalError; in prepare()
H A DIOPMrootDomain.cpp4875 return kIOReturnInternalError; in registerPMSettingController()
8053 return kIOReturnInternalError; in systemPowerEventOccurred()
10369 return kIOReturnInternalError; in releasePMAssertion()
H A DIOService.cpp7863 {kIOReturnInternalError, "internal driver error" }, in stringFromReturn()
7992 case kIOReturnInternalError: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp3161 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError; in dmaCommandOperation()