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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOReturn.h88 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp221 IOReturn status = kIOReturnInternalError;
H A DIOPMrootDomain.cpp1524 ret = kIOReturnInternalError;
1682 return kIOReturnInternalError;
H A DIOMemoryDescriptor.cpp1240 return (offset == _length)? kIOReturnOverrun : kIOReturnInternalError;
3401 return (!remain)? kIOReturnOverrun : kIOReturnInternalError;
H A DIOService.cpp4248 {kIOReturnInternalError, "internal driver error" },
4372 case kIOReturnInternalError:

Completed in 90 milliseconds