Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/DriverKit/
H A DIOReturn.h156 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-10063.101.15/iokit/IOKit/
H A DIOReturn.h156 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-10063.101.15/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp183 IOReturn status = kIOReturnInternalError; in prepare()
H A DIOPMrootDomain.cpp4952 return kIOReturnInternalError;
8203 return kIOReturnInternalError;
10533 return kIOReturnInternalError;
H A DIOService.cpp8114 {kIOReturnInternalError, "internal driver error" }, in stringFromReturn()
8243 case kIOReturnInternalError: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp3166 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError; in dmaCommandOperation()