Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/DriverKit/
H A DIOReturn.h156 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-12377.81.4/iokit/IOKit/
H A DIOReturn.h156 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-12377.81.4/iokit/Exclaves/
H A DExclaves.cpp674 return kIOReturnInternalError; in IOExclaveLPWUpcallHandler()
699 return kIOReturnInternalError; in IOExclaveLPWCreateAssertion()
708 return kIOReturnInternalError; in IOExclaveLPWCreateAssertion()
720 return kIOReturnInternalError; in IOExclaveLPWReleaseAssertion()
/xnu-12377.81.4/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp183 IOReturn status = kIOReturnInternalError; in prepare()
H A DIOPMrootDomain.cpp5124 return kIOReturnInternalError;
8530 return kIOReturnInternalError;
10892 return kIOReturnInternalError;
H A DIOService.cpp8321 {kIOReturnInternalError, "internal driver error" }, in stringFromReturn()
8450 case kIOReturnInternalError: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp3348 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError; in dmaCommandOperation()
H A DIOUserServer.cpp5151 ret = kIOReturnInternalError; in serviceCreatePMAssertion()