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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOReturn.h90 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp161 IOReturn status = kIOReturnInternalError;
H A DIOPMrootDomain.cpp3503 return kIOReturnInternalError;
5715 return kIOReturnInternalError;
7394 return kIOReturnInternalError;
H A DIOService.cpp4947 {kIOReturnInternalError, "internal driver error" },
5071 case kIOReturnInternalError:
H A DIOMemoryDescriptor.cpp1332 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError;

Completed in 155 milliseconds