- Timestamp:
- Apr 30, 2008 11:11:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp
r8288 r8499 1 /* $Id :$ */1 /* $Id$ */ 2 2 /** @file 3 3 * IPRT - Convert Darwin Mach returns codes to iprt status codes. … … 108 108 case kIOReturnNoDevice: return VERR_IO_BAD_UNIT; 109 109 case kIOReturnUnsupported: return VERR_NOT_SUPPORTED; 110 case kIOReturnInternalError: return VERR_INTERNAL_ERROR; 111 case kIOReturnNoResources: return VERR_OUT_OF_RESOURCES; 112 case kIOReturnBadArgument: return VERR_INVALID_PARAMETER; 113 case kIOReturnCannotWire: return VERR_LOCK_FAILED; 110 114 111 115 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.