VirtualBox

source: vbox/trunk/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp@ 20008

Last change on this file since 20008 was 8245, checked in by vboxsync, 16 years ago

rebranding: IPRT files again.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 7.7 KB
Line 
1/* $Id: RTErrConvertFromOS2.cpp 8245 2008-04-21 17:24:28Z vboxsync $ */
2/** @file
3 * IPRT - Convert OS/2 error codes to iprt status codes.
4 */
5
6/*
7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 *
17 * The contents of this file may alternatively be used under the terms
18 * of the Common Development and Distribution License Version 1.0
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20 * VirtualBox OSE distribution, in which case the provisions of the
21 * CDDL are applicable instead of those of the GPL.
22 *
23 * You may elect to license modified versions of this file under the
24 * terms and conditions of either the GPL or the CDDL or both.
25 *
26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27 * Clara, CA 95054 USA or visit http://www.sun.com if you need
28 * additional information or have any questions.
29 */
30
31/*******************************************************************************
32* Header Files *
33*******************************************************************************/
34#define INCL_ERRORS
35#define INCL_DOSERRORS
36#include <os2.h>
37#undef RT_MAX
38
39#include <iprt/err.h>
40#include <iprt/assert.h>
41#include <iprt/err.h>
42
43
44RTDECL(int) RTErrConvertFromOS2(unsigned uNativeCode)
45{
46 /* very fast check for no error. */
47 if (uNativeCode == NO_ERROR)
48 return VINF_SUCCESS;
49
50 switch (uNativeCode)
51 {
52 case ERROR_INVALID_FUNCTION: return VERR_INVALID_FUNCTION;
53 case ERROR_FILE_NOT_FOUND: return VERR_FILE_NOT_FOUND;
54 case ERROR_PATH_NOT_FOUND: return VERR_PATH_NOT_FOUND;
55 case ERROR_TOO_MANY_OPEN_FILES: return VERR_TOO_MANY_OPEN_FILES;
56 case ERROR_ACCESS_DENIED: return VERR_ACCESS_DENIED;
57
58 case ERROR_INVALID_HANDLE:
59 case ERROR_DIRECT_ACCESS_HANDLE: return VERR_INVALID_HANDLE;
60
61 case ERROR_NOT_ENOUGH_MEMORY: return VERR_NO_MEMORY;
62
63 case ERROR_INVALID_DRIVE: return VERR_INVALID_DRIVE;
64 case ERROR_CURRENT_DIRECTORY: return VERR_CANT_DELETE_DIRECTORY;
65 case ERROR_NOT_SAME_DEVICE: return VERR_NOT_SAME_DEVICE;
66 case ERROR_NO_MORE_FILES: return VERR_NO_MORE_FILES;
67 case ERROR_WRITE_PROTECT: return VERR_WRITE_PROTECT;
68 case ERROR_BAD_UNIT: return VERR_IO_BAD_UNIT;
69 case ERROR_NOT_READY: return VERR_IO_NOT_READY;
70 case ERROR_BAD_COMMAND: return VERR_IO_BAD_COMMAND;
71 case ERROR_CRC: return VERR_IO_CRC;
72 case ERROR_BAD_LENGTH: return VERR_IO_BAD_LENGTH;
73 case ERROR_SEEK: return VERR_SEEK;
74 case ERROR_NOT_DOS_DISK: return VERR_DISK_INVALID_FORMAT;
75 case ERROR_SECTOR_NOT_FOUND: return VERR_IO_SECTOR_NOT_FOUND;
76 case ERROR_WRITE_FAULT: return VERR_WRITE_ERROR;
77 case ERROR_READ_FAULT: return VERR_READ_ERROR;
78 case ERROR_GEN_FAILURE: return VERR_IO_GEN_FAILURE;
79 case ERROR_SHARING_VIOLATION: return VERR_SHARING_VIOLATION;
80 case ERROR_LOCK_VIOLATION: return VERR_FILE_LOCK_FAILED;
81 case ERROR_HANDLE_EOF: return VERR_EOF;
82
83 case ERROR_HANDLE_DISK_FULL:
84 case ERROR_DISK_FULL: return VERR_DISK_FULL;
85
86 case ERROR_NOT_SUPPORTED: return VERR_NOT_SUPPORTED;
87
88 case ERROR_INVALID_PARAMETER:
89 case ERROR_BAD_ARGUMENTS:
90 case ERROR_PMM_INVALID_FLAGS: return VERR_INVALID_PARAMETER;
91
92 case ERROR_REM_NOT_LIST: return VERR_NET_IO_ERROR;
93
94 case ERROR_BAD_NETPATH:
95 case ERROR_NETNAME_DELETED: return VERR_NET_HOST_NOT_FOUND;
96
97 case ERROR_BAD_NET_NAME:
98 case ERROR_DEV_NOT_EXIST: return VERR_NET_PATH_NOT_FOUND;
99
100 case ERROR_NETWORK_BUSY:
101 case ERROR_TOO_MANY_CMDS:
102 case ERROR_TOO_MANY_NAMES:
103 case ERROR_TOO_MANY_SESS:
104 case ERROR_OUT_OF_STRUCTURES: return VERR_NET_OUT_OF_RESOURCES;
105
106 case ERROR_PRINTQ_FULL:
107 case ERROR_NO_SPOOL_SPACE:
108 case ERROR_PRINT_CANCELLED: return VERR_NET_PRINT_ERROR;
109
110 case ERROR_DUP_NAME:
111 case ERROR_ADAP_HDW_ERR:
112 case ERROR_BAD_NET_RESP:
113 case ERROR_UNEXP_NET_ERR:
114 case ERROR_BAD_REM_ADAP:
115 case ERROR_NETWORK_ACCESS_DENIED:
116 case ERROR_BAD_DEV_TYPE:
117 case ERROR_SHARING_PAUSED:
118 case ERROR_REQ_NOT_ACCEP:
119 case ERROR_REDIR_PAUSED:
120 case ERROR_ALREADY_ASSIGNED:
121 case ERROR_INVALID_PASSWORD:
122 case ERROR_NET_WRITE_FAULT: return VERR_NET_IO_ERROR;
123
124 case ERROR_FILE_EXISTS:
125 case ERROR_ALREADY_EXISTS: return VERR_ALREADY_EXISTS;
126
127 case ERROR_CANNOT_MAKE: return VERR_CANT_CREATE;
128 case ERROR_NO_PROC_SLOTS: return VERR_MAX_PROCS_REACHED;
129 case ERROR_TOO_MANY_SEMAPHORES: return VERR_TOO_MANY_SEMAPHORES;
130 case ERROR_EXCL_SEM_ALREADY_OWNED: return VERR_EXCL_SEM_ALREADY_OWNED;
131 case ERROR_SEM_IS_SET: return VERR_SEM_IS_SET;
132 case ERROR_TOO_MANY_SEM_REQUESTS: return VERR_TOO_MANY_SEM_REQUESTS;
133 case ERROR_SEM_OWNER_DIED: return VERR_SEM_OWNER_DIED;
134 case ERROR_DRIVE_LOCKED: return VERR_DRIVE_LOCKED;
135 case ERROR_BROKEN_PIPE: return VERR_BROKEN_PIPE;
136 case ERROR_OPEN_FAILED: return VERR_OPEN_FAILED;
137
138 case ERROR_BUFFER_OVERFLOW:
139 case ERROR_INSUFFICIENT_BUFFER: return VERR_BUFFER_OVERFLOW;
140
141 case ERROR_NO_MORE_SEARCH_HANDLES: return VERR_NO_MORE_SEARCH_HANDLES;
142
143 case ERROR_SEM_TIMEOUT:
144 case ERROR_TIMEOUT: return VERR_TIMEOUT;
145
146 case ERROR_INVALID_NAME:
147 case ERROR_BAD_PATHNAME: return VERR_INVALID_NAME;
148
149 case ERROR_NEGATIVE_SEEK: return VERR_NEGATIVE_SEEK;
150 case ERROR_SEEK_ON_DEVICE: return VERR_SEEK_ON_DEVICE;
151
152 case ERROR_SIGNAL_REFUSED:
153 case ERROR_NO_SIGNAL_SENT: return VERR_SIGNAL_REFUSED;
154
155 case ERROR_SIGNAL_PENDING: return VERR_SIGNAL_PENDING;
156 case ERROR_MAX_THRDS_REACHED: return VERR_MAX_THRDS_REACHED;
157 case ERROR_LOCK_FAILED: return VERR_FILE_LOCK_FAILED;
158 case ERROR_SEM_NOT_FOUND: return VERR_SEM_NOT_FOUND;
159 case ERROR_FILENAME_EXCED_RANGE: return VERR_FILENAME_TOO_LONG;
160 case ERROR_INVALID_SIGNAL_NUMBER: return VERR_SIGNAL_INVALID;
161
162 case ERROR_BAD_PIPE: return VERR_BAD_PIPE;
163 case ERROR_PIPE_BUSY: return VERR_PIPE_BUSY;
164 case ERROR_NO_DATA: return VERR_NO_DATA;
165 case ERROR_PIPE_NOT_CONNECTED: return VERR_PIPE_NOT_CONNECTED;
166 case ERROR_MORE_DATA: return VERR_MORE_DATA;
167 case ERROR_NOT_OWNER: return VERR_NOT_OWNER;
168 case ERROR_TOO_MANY_POSTS: return VERR_TOO_MANY_POSTS;
169
170 case ERROR_INTERRUPT: return VERR_INTERRUPTED;
171
172 case ERROR_BUSY: return VERR_MEMORY_BUSY;
173 //case ERROR_NO_UNICODE_TRANSLATION: return VERR_NO_TRANSLATION;
174 }
175
176 /* unknown error. */
177 AssertMsgFailed(("Unhandled error %u\n", uNativeCode));
178 return VERR_UNRESOLVED_ERROR;
179}
180
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette