Changeset 26344 in vbox for trunk/src/VBox/Runtime/common/err
- Timestamp:
- Feb 9, 2010 3:39:45 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/common/err
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
r23528 r26344 188 188 //41?? 189 189 #ifdef ENOMSG 190 //case ENOMSG 42/* No message of desired type */190 //case ENOMSG 42 /* No message of desired type */ 191 191 #endif 192 192 #ifdef EIDRM 193 //case EIDRM 43/* Identifier removed */193 //case EIDRM 43 /* Identifier removed */ 194 194 #endif 195 195 #ifdef ECHRNG 196 //case ECHRNG 44/* Channel number out of range */196 //case ECHRNG 44 /* Channel number out of range */ 197 197 #endif 198 198 #ifdef EL2NSYNC 199 //case EL2NSYNC 45/* Level 2 not synchronized */199 //case EL2NSYNC 45 /* Level 2 not synchronized */ 200 200 #endif 201 201 #ifdef EL3HLT 202 //case EL3HLT 46/* Level 3 halted */202 //case EL3HLT 46 /* Level 3 halted */ 203 203 #endif 204 204 #ifdef EL3RST 205 //case EL3RST 47/* Level 3 reset */205 //case EL3RST 47 /* Level 3 reset */ 206 206 #endif 207 207 #ifdef ELNRNG 208 //case ELNRNG 48/* Link number out of range */208 //case ELNRNG 48 /* Link number out of range */ 209 209 #endif 210 210 #ifdef EUNATCH 211 //case EUNATCH 49/* Protocol driver not attached */211 //case EUNATCH 49 /* Protocol driver not attached */ 212 212 #endif 213 213 #ifdef ENOCSI 214 //case ENOCSI 50/* No CSI structure available */214 //case ENOCSI 50 /* No CSI structure available */ 215 215 #endif 216 216 #ifdef EL2HLT 217 //case EL2HLT 51/* Level 2 halted */217 //case EL2HLT 51 /* Level 2 halted */ 218 218 #endif 219 219 #ifdef EBADE 220 //case EBADE 52/* Invalid exchange */220 //case EBADE 52 /* Invalid exchange */ 221 221 #endif 222 222 #ifdef EBADR 223 //case EBADR 53/* Invalid request descriptor */223 //case EBADR 53 /* Invalid request descriptor */ 224 224 #endif 225 225 #ifdef EXFULL 226 //case EXFULL 54/* Exchange full */226 //case EXFULL 54 /* Exchange full */ 227 227 #endif 228 228 #ifdef ENOANO 229 //case ENOANO 55/* No anode */229 //case ENOANO 55 /* No anode */ 230 230 #endif 231 231 #ifdef EBADRQC 232 //case EBADRQC 56/* Invalid request code */232 //case EBADRQC 56 /* Invalid request code */ 233 233 #endif 234 234 #ifdef EBADSLT 235 //case EBADSLT 57/* Invalid slot */235 //case EBADSLT 57 /* Invalid slot */ 236 236 #endif 237 237 //case 58: 238 238 #ifdef EBFONT 239 //case EBFONT 59/* Bad font file format */239 //case EBFONT 59 /* Bad font file format */ 240 240 #endif 241 241 #ifdef ENOSTR 242 //case ENOSTR 60/* Device not a stream */242 //case ENOSTR 60 /* Device not a stream */ 243 243 #endif 244 244 #ifdef ENODATA … … 246 246 #endif 247 247 #ifdef ETIME 248 //case ETIME 62/* Timer expired */248 //case ETIME 62 /* Timer expired */ 249 249 #endif 250 250 #ifdef ENOSR 251 //case ENOSR 63/* Out of streams resources */251 //case ENOSR 63 /* Out of streams resources */ 252 252 #endif 253 253 #ifdef ENONET … … 255 255 #endif 256 256 #ifdef ENOPKG 257 //case ENOPKG 65/* Package not installed */257 //case ENOPKG 65 /* Package not installed */ 258 258 #endif 259 259 #ifdef EREMOTE 260 //case EREMOTE 66/* Object is remote */260 //case EREMOTE 66 /* Object is remote */ 261 261 #endif 262 262 #ifdef ENOLINK 263 //case ENOLINK 67/* Link has been severed */263 //case ENOLINK 67 /* Link has been severed */ 264 264 #endif 265 265 #ifdef EADV 266 //case EADV 68/* Advertise error */266 //case EADV 68 /* Advertise error */ 267 267 #endif 268 268 #ifdef ESRMNT 269 //case ESRMNT 69/* Srmount error */269 //case ESRMNT 69 /* Srmount error */ 270 270 #endif 271 271 #ifdef ECOMM 272 //case ECOMM 70/* Communication error on send */272 //case ECOMM 70 /* Communication error on send */ 273 273 #endif 274 274 #ifdef EPROTO … … 276 276 #endif 277 277 #ifdef EMULTIHOP 278 //case EMULTIHOP 72/* Multihop attempted */278 //case EMULTIHOP 72 /* Multihop attempted */ 279 279 #endif 280 280 #ifdef EDOTDOT 281 //case EDOTDOT 73/* RFS specific error */281 //case EDOTDOT 73 /* RFS specific error */ 282 282 #endif 283 283 #ifdef EBADMSG 284 //case EBADMSG 74/* Not a data message */284 //case EBADMSG 74 /* Not a data message */ 285 285 #endif 286 286 #ifdef EOVERFLOW … … 294 294 #endif 295 295 #ifdef EREMCHG 296 //case EREMCHG 78/* Remote address changed */296 //case EREMCHG 78 /* Remote address changed */ 297 297 #endif 298 298 #ifdef ELIBACC 299 //case ELIBACC 79/* Can not access a needed shared library */299 //case ELIBACC 79 /* Can not access a needed shared library */ 300 300 #endif 301 301 #ifdef ELIBBAD 302 //case ELIBBAD 80/* Accessing a corrupted shared library */302 //case ELIBBAD 80 /* Accessing a corrupted shared library */ 303 303 #endif 304 304 #ifdef ELIBSCN 305 //case ELIBSCN 81/* .lib section in a.out corrupted */305 //case ELIBSCN 81 /* .lib section in a.out corrupted */ 306 306 #endif 307 307 #ifdef ELIBMAX 308 //case ELIBMAX 82/* Attempting to link in too many shared libraries */308 //case ELIBMAX 82 /* Attempting to link in too many shared libraries */ 309 309 #endif 310 310 #ifdef ELIBEXEC 311 //case ELIBEXEC 83/* Cannot exec a shared library directly */311 //case ELIBEXEC 83 /* Cannot exec a shared library directly */ 312 312 #endif 313 313 #ifdef EILSEQ … … 318 318 #endif 319 319 #ifdef ESTRPIPE 320 //case ESTRPIPE 86/* Streams pipe error */320 //case ESTRPIPE 86 /* Streams pipe error */ 321 321 #endif 322 322 #ifdef EUSERS 323 //case EUSERS 87/* Too many users */323 //case EUSERS 87 /* Too many users */ 324 324 #endif 325 325 #ifdef ENOTSOCK … … 408 408 #endif 409 409 #ifdef ESTALE 410 //case ESTALE 116/* Stale NFS file handle */410 //case ESTALE 116 /* Stale NFS file handle */ 411 411 #endif 412 412 #ifdef EUCLEAN 413 //case EUCLEAN 117/* Structure needs cleaning */413 //case EUCLEAN 117 /* Structure needs cleaning */ 414 414 #endif 415 415 #ifdef ENOTNAM 416 //case ENOTNAM 118/* Not a XENIX named type file */416 //case ENOTNAM 118 /* Not a XENIX named type file */ 417 417 #endif 418 418 #ifdef ENAVAIL 419 //case ENAVAIL 119/* No XENIX semaphores available */419 //case ENAVAIL 119 /* No XENIX semaphores available */ 420 420 #endif 421 421 #ifdef EISNAM 422 //case EISNAM 120/* Is a named type file */422 //case EISNAM 120 /* Is a named type file */ 423 423 #endif 424 424 #ifdef EREMOTEIO 425 //case EREMOTEIO 121/* Remote I/O error */425 //case EREMOTEIO 121 /* Remote I/O error */ 426 426 #endif 427 427 #ifdef EDQUOT -
trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
r23528 r26344 191 191 //41?? 192 192 #ifdef ENOMSG 193 //case ENOMSG 42/* No message of desired type */193 //case ENOMSG 42 /* No message of desired type */ 194 194 #endif 195 195 #ifdef EIDRM 196 //case EIDRM 43/* Identifier removed */196 //case EIDRM 43 /* Identifier removed */ 197 197 #endif 198 198 #ifdef ECHRNG 199 //case ECHRNG 44/* Channel number out of range */199 //case ECHRNG 44 /* Channel number out of range */ 200 200 #endif 201 201 #ifdef EL2NSYNC 202 //case EL2NSYNC 45/* Level 2 not synchronized */202 //case EL2NSYNC 45 /* Level 2 not synchronized */ 203 203 #endif 204 204 #ifdef EL3HLT 205 //case EL3HLT 46/* Level 3 halted */205 //case EL3HLT 46 /* Level 3 halted */ 206 206 #endif 207 207 #ifdef EL3RST 208 //case EL3RST 47/* Level 3 reset */208 //case EL3RST 47 /* Level 3 reset */ 209 209 #endif 210 210 #ifdef ELNRNG 211 //case ELNRNG 48/* Link number out of range */211 //case ELNRNG 48 /* Link number out of range */ 212 212 #endif 213 213 #ifdef EUNATCH 214 //case EUNATCH 49/* Protocol driver not attached */214 //case EUNATCH 49 /* Protocol driver not attached */ 215 215 #endif 216 216 #ifdef ENOCSI 217 //case ENOCSI 50/* No CSI structure available */217 //case ENOCSI 50 /* No CSI structure available */ 218 218 #endif 219 219 #ifdef EL2HLT 220 //case EL2HLT 51/* Level 2 halted */220 //case EL2HLT 51 /* Level 2 halted */ 221 221 #endif 222 222 #ifdef EBADE 223 //case EBADE 52/* Invalid exchange */223 //case EBADE 52 /* Invalid exchange */ 224 224 #endif 225 225 #ifdef EBADR 226 //case EBADR 53/* Invalid request descriptor */226 //case EBADR 53 /* Invalid request descriptor */ 227 227 #endif 228 228 #ifdef EXFULL 229 //case EXFULL 54/* Exchange full */229 //case EXFULL 54 /* Exchange full */ 230 230 #endif 231 231 #ifdef ENOANO 232 //case ENOANO 55/* No anode */232 //case ENOANO 55 /* No anode */ 233 233 #endif 234 234 #ifdef EBADRQC 235 //case EBADRQC 56/* Invalid request code */235 //case EBADRQC 56 /* Invalid request code */ 236 236 #endif 237 237 #ifdef EBADSLT 238 //case EBADSLT 57/* Invalid slot */238 //case EBADSLT 57 /* Invalid slot */ 239 239 #endif 240 240 //case 58: 241 241 #ifdef EBFONT 242 //case EBFONT 59/* Bad font file format */242 //case EBFONT 59 /* Bad font file format */ 243 243 #endif 244 244 #ifdef ENOSTR 245 //case ENOSTR 60/* Device not a stream */245 //case ENOSTR 60 /* Device not a stream */ 246 246 #endif 247 247 #ifdef ENODATA … … 249 249 #endif 250 250 #ifdef ETIME 251 //case ETIME 62/* Timer expired */251 //case ETIME 62 /* Timer expired */ 252 252 #endif 253 253 #ifdef ENOSR 254 //case ENOSR 63/* Out of streams resources */254 //case ENOSR 63 /* Out of streams resources */ 255 255 #endif 256 256 #ifdef ENONET … … 258 258 #endif 259 259 #ifdef ENOPKG 260 //case ENOPKG 65/* Package not installed */260 //case ENOPKG 65 /* Package not installed */ 261 261 #endif 262 262 #ifdef EREMOTE 263 //case EREMOTE 66/* Object is remote */263 //case EREMOTE 66 /* Object is remote */ 264 264 #endif 265 265 #ifdef ENOLINK 266 //case ENOLINK 67/* Link has been severed */266 //case ENOLINK 67 /* Link has been severed */ 267 267 #endif 268 268 #ifdef EADV 269 //case EADV 68/* Advertise error */269 //case EADV 68 /* Advertise error */ 270 270 #endif 271 271 #ifdef ESRMNT 272 //case ESRMNT 69/* Srmount error */272 //case ESRMNT 69 /* Srmount error */ 273 273 #endif 274 274 #ifdef ECOMM 275 //case ECOMM 70/* Communication error on send */275 //case ECOMM 70 /* Communication error on send */ 276 276 #endif 277 277 #ifdef EPROTO 278 //case EPROTO 71/* Protocol error */278 //case EPROTO 71 /* Protocol error */ 279 279 #endif 280 280 #ifdef EMULTIHOP 281 //case EMULTIHOP 72/* Multihop attempted */281 //case EMULTIHOP 72 /* Multihop attempted */ 282 282 #endif 283 283 #ifdef EDOTDOT 284 //case EDOTDOT 73/* RFS specific error */284 //case EDOTDOT 73 /* RFS specific error */ 285 285 #endif 286 286 #ifdef EBADMSG 287 //case EBADMSG 74/* Not a data message */287 //case EBADMSG 74 /* Not a data message */ 288 288 #endif 289 289 #ifdef EOVERFLOW … … 297 297 #endif 298 298 #ifdef EREMCHG 299 //case EREMCHG 78/* Remote address changed */299 //case EREMCHG 78 /* Remote address changed */ 300 300 #endif 301 301 #ifdef ELIBACC 302 //case ELIBACC 79/* Can not access a needed shared library */302 //case ELIBACC 79 /* Can not access a needed shared library */ 303 303 #endif 304 304 #ifdef ELIBBAD 305 //case ELIBBAD 80/* Accessing a corrupted shared library */305 //case ELIBBAD 80 /* Accessing a corrupted shared library */ 306 306 #endif 307 307 #ifdef ELIBSCN 308 //case ELIBSCN 81/* .lib section in a.out corrupted */308 //case ELIBSCN 81 /* .lib section in a.out corrupted */ 309 309 #endif 310 310 #ifdef ELIBMAX 311 //case ELIBMAX 82/* Attempting to link in too many shared libraries */311 //case ELIBMAX 82 /* Attempting to link in too many shared libraries */ 312 312 #endif 313 313 #ifdef ELIBEXEC 314 //case ELIBEXEC 83/* Cannot exec a shared library directly */314 //case ELIBEXEC 83 /* Cannot exec a shared library directly */ 315 315 #endif 316 316 #ifdef EILSEQ … … 321 321 #endif 322 322 #ifdef ESTRPIPE 323 //case ESTRPIPE 86/* Streams pipe error */323 //case ESTRPIPE 86 /* Streams pipe error */ 324 324 #endif 325 325 #ifdef EUSERS 326 //case EUSERS 87/* Too many users */326 //case EUSERS 87 /* Too many users */ 327 327 #endif 328 328 #ifdef ENOTSOCK … … 411 411 #endif 412 412 #ifdef ESTALE 413 //case ESTALE 116/* Stale NFS file handle */413 //case ESTALE 116 /* Stale NFS file handle */ 414 414 #endif 415 415 #ifdef EUCLEAN 416 //case EUCLEAN 117/* Structure needs cleaning */416 //case EUCLEAN 117 /* Structure needs cleaning */ 417 417 #endif 418 418 #ifdef ENOTNAM 419 //case ENOTNAM 118/* Not a XENIX named type file */419 //case ENOTNAM 118 /* Not a XENIX named type file */ 420 420 #endif 421 421 #ifdef ENAVAIL 422 //case ENAVAIL 119/* No XENIX semaphores available */422 //case ENAVAIL 119 /* No XENIX semaphores available */ 423 423 #endif 424 424 #ifdef EISNAM 425 //case EISNAM 120/* Is a named type file */425 //case EISNAM 120 /* Is a named type file */ 426 426 #endif 427 427 #ifdef EREMOTEIO 428 //case EREMOTEIO 121/* Remote I/O error */428 //case EREMOTEIO 121 /* Remote I/O error */ 429 429 #endif 430 430 #ifdef EDQUOT
Note:
See TracChangeset
for help on using the changeset viewer.