Searched refs:kIOReturnInternalError (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOReturn.h98 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/xnu-2782.1.97/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp161 IOReturn status = kIOReturnInternalError;
H A DIOPMrootDomain.cpp3402 return kIOReturnInternalError;
5956 return kIOReturnInternalError;
7743 return kIOReturnInternalError;
H A DIOService.cpp5269 {kIOReturnInternalError, "internal driver error" },
5396 case kIOReturnInternalError:
H A DIOMemoryDescriptor.cpp2088 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError;

Completed in 79 milliseconds