VirtualBox

Ignore:
Timestamp:
Feb 9, 2010 3:39:45 AM (15 years ago)
Author:
vboxsync
Message:

Runtime: white space cleanup.

Location:
trunk/src/VBox/Runtime/common/err
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp

    r23528 r26344  
    188188        //41??
    189189#ifdef ENOMSG
    190         //case ENOMSG           42      /* No message of desired type */
     190        //case ENOMSG           42      /* No message of desired type */
    191191#endif
    192192#ifdef EIDRM
    193         //case EIDRM            43      /* Identifier removed */
     193        //case EIDRM            43      /* Identifier removed */
    194194#endif
    195195#ifdef ECHRNG
    196         //case ECHRNG           44      /* Channel number out of range */
     196        //case ECHRNG           44      /* Channel number out of range */
    197197#endif
    198198#ifdef EL2NSYNC
    199         //case EL2NSYNC 45      /* Level 2 not synchronized */
     199        //case EL2NSYNC 45      /* Level 2 not synchronized */
    200200#endif
    201201#ifdef EL3HLT
    202         //case EL3HLT           46      /* Level 3 halted */
     202        //case EL3HLT           46      /* Level 3 halted */
    203203#endif
    204204#ifdef EL3RST
    205         //case EL3RST           47      /* Level 3 reset */
     205        //case EL3RST           47      /* Level 3 reset */
    206206#endif
    207207#ifdef ELNRNG
    208         //case ELNRNG           48      /* Link number out of range */
     208        //case ELNRNG           48      /* Link number out of range */
    209209#endif
    210210#ifdef EUNATCH
    211         //case EUNATCH          49      /* Protocol driver not attached */
     211        //case EUNATCH          49      /* Protocol driver not attached */
    212212#endif
    213213#ifdef ENOCSI
    214         //case ENOCSI           50      /* No CSI structure available */
     214        //case ENOCSI           50      /* No CSI structure available */
    215215#endif
    216216#ifdef EL2HLT
    217         //case EL2HLT           51      /* Level 2 halted */
     217        //case EL2HLT           51      /* Level 2 halted */
    218218#endif
    219219#ifdef EBADE
    220         //case EBADE            52      /* Invalid exchange */
     220        //case EBADE            52      /* Invalid exchange */
    221221#endif
    222222#ifdef EBADR
    223         //case EBADR            53      /* Invalid request descriptor */
     223        //case EBADR            53      /* Invalid request descriptor */
    224224#endif
    225225#ifdef EXFULL
    226         //case EXFULL           54      /* Exchange full */
     226        //case EXFULL           54      /* Exchange full */
    227227#endif
    228228#ifdef ENOANO
    229         //case ENOANO           55      /* No anode */
     229        //case ENOANO           55      /* No anode */
    230230#endif
    231231#ifdef EBADRQC
    232         //case EBADRQC          56      /* Invalid request code */
     232        //case EBADRQC          56      /* Invalid request code */
    233233#endif
    234234#ifdef EBADSLT
    235         //case EBADSLT          57      /* Invalid slot */
     235        //case EBADSLT          57      /* Invalid slot */
    236236#endif
    237237        //case 58:
    238238#ifdef EBFONT
    239         //case EBFONT           59      /* Bad font file format */
     239        //case EBFONT           59      /* Bad font file format */
    240240#endif
    241241#ifdef ENOSTR
    242         //case ENOSTR           60      /* Device not a stream */
     242        //case ENOSTR           60      /* Device not a stream */
    243243#endif
    244244#ifdef ENODATA
     
    246246#endif
    247247#ifdef ETIME
    248         //case ETIME            62      /* Timer expired */
     248        //case ETIME            62      /* Timer expired */
    249249#endif
    250250#ifdef ENOSR
    251         //case ENOSR            63      /* Out of streams resources */
     251        //case ENOSR            63      /* Out of streams resources */
    252252#endif
    253253#ifdef ENONET
     
    255255#endif
    256256#ifdef ENOPKG
    257         //case ENOPKG           65      /* Package not installed */
     257        //case ENOPKG           65      /* Package not installed */
    258258#endif
    259259#ifdef EREMOTE
    260         //case EREMOTE          66      /* Object is remote */
     260        //case EREMOTE          66      /* Object is remote */
    261261#endif
    262262#ifdef ENOLINK
    263         //case ENOLINK          67      /* Link has been severed */
     263        //case ENOLINK          67      /* Link has been severed */
    264264#endif
    265265#ifdef EADV
    266         //case EADV             68      /* Advertise error */
     266        //case EADV             68      /* Advertise error */
    267267#endif
    268268#ifdef ESRMNT
    269         //case ESRMNT           69      /* Srmount error */
     269        //case ESRMNT           69      /* Srmount error */
    270270#endif
    271271#ifdef ECOMM
    272         //case ECOMM            70      /* Communication error on send */
     272        //case ECOMM            70      /* Communication error on send */
    273273#endif
    274274#ifdef EPROTO
     
    276276#endif
    277277#ifdef EMULTIHOP
    278         //case EMULTIHOP        72      /* Multihop attempted */
     278        //case EMULTIHOP        72      /* Multihop attempted */
    279279#endif
    280280#ifdef EDOTDOT
    281         //case EDOTDOT          73      /* RFS specific error */
     281        //case EDOTDOT          73      /* RFS specific error */
    282282#endif
    283283#ifdef EBADMSG
    284         //case EBADMSG          74      /* Not a data message */
     284        //case EBADMSG          74      /* Not a data message */
    285285#endif
    286286#ifdef EOVERFLOW
     
    294294#endif
    295295#ifdef EREMCHG
    296         //case EREMCHG          78      /* Remote address changed */
     296        //case EREMCHG          78      /* Remote address changed */
    297297#endif
    298298#ifdef ELIBACC
    299         //case ELIBACC          79      /* Can not access a needed shared library */
     299        //case ELIBACC          79      /* Can not access a needed shared library */
    300300#endif
    301301#ifdef ELIBBAD
    302         //case ELIBBAD          80      /* Accessing a corrupted shared library */
     302        //case ELIBBAD          80      /* Accessing a corrupted shared library */
    303303#endif
    304304#ifdef ELIBSCN
    305         //case ELIBSCN          81      /* .lib section in a.out corrupted */
     305        //case ELIBSCN          81      /* .lib section in a.out corrupted */
    306306#endif
    307307#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 */
    309309#endif
    310310#ifdef ELIBEXEC
    311         //case ELIBEXEC 83      /* Cannot exec a shared library directly */
     311        //case ELIBEXEC 83      /* Cannot exec a shared library directly */
    312312#endif
    313313#ifdef EILSEQ
     
    318318#endif
    319319#ifdef ESTRPIPE
    320         //case ESTRPIPE 86      /* Streams pipe error */
     320        //case ESTRPIPE 86      /* Streams pipe error */
    321321#endif
    322322#ifdef EUSERS
    323         //case EUSERS           87      /* Too many users */
     323        //case EUSERS           87      /* Too many users */
    324324#endif
    325325#ifdef ENOTSOCK
     
    408408#endif
    409409#ifdef ESTALE
    410         //case ESTALE           116     /* Stale NFS file handle */
     410        //case ESTALE           116     /* Stale NFS file handle */
    411411#endif
    412412#ifdef EUCLEAN
    413         //case EUCLEAN          117     /* Structure needs cleaning */
     413        //case EUCLEAN          117     /* Structure needs cleaning */
    414414#endif
    415415#ifdef ENOTNAM
    416         //case ENOTNAM          118     /* Not a XENIX named type file */
     416        //case ENOTNAM          118     /* Not a XENIX named type file */
    417417#endif
    418418#ifdef ENAVAIL
    419         //case ENAVAIL          119     /* No XENIX semaphores available */
     419        //case ENAVAIL          119     /* No XENIX semaphores available */
    420420#endif
    421421#ifdef EISNAM
    422         //case EISNAM           120     /* Is a named type file */
     422        //case EISNAM           120     /* Is a named type file */
    423423#endif
    424424#ifdef EREMOTEIO
    425         //case EREMOTEIO        121     /* Remote I/O error */
     425        //case EREMOTEIO        121     /* Remote I/O error */
    426426#endif
    427427#ifdef EDQUOT
  • trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp

    r23528 r26344  
    191191        //41??
    192192#ifdef ENOMSG
    193         //case ENOMSG           42      /* No message of desired type */
     193        //case ENOMSG           42      /* No message of desired type */
    194194#endif
    195195#ifdef EIDRM
    196         //case EIDRM            43      /* Identifier removed */
     196        //case EIDRM            43      /* Identifier removed */
    197197#endif
    198198#ifdef ECHRNG
    199         //case ECHRNG           44      /* Channel number out of range */
     199        //case ECHRNG           44      /* Channel number out of range */
    200200#endif
    201201#ifdef EL2NSYNC
    202         //case EL2NSYNC 45      /* Level 2 not synchronized */
     202        //case EL2NSYNC 45      /* Level 2 not synchronized */
    203203#endif
    204204#ifdef EL3HLT
    205         //case EL3HLT           46      /* Level 3 halted */
     205        //case EL3HLT           46      /* Level 3 halted */
    206206#endif
    207207#ifdef EL3RST
    208         //case EL3RST           47      /* Level 3 reset */
     208        //case EL3RST           47      /* Level 3 reset */
    209209#endif
    210210#ifdef ELNRNG
    211         //case ELNRNG           48      /* Link number out of range */
     211        //case ELNRNG           48      /* Link number out of range */
    212212#endif
    213213#ifdef EUNATCH
    214         //case EUNATCH          49      /* Protocol driver not attached */
     214        //case EUNATCH          49      /* Protocol driver not attached */
    215215#endif
    216216#ifdef ENOCSI
    217         //case ENOCSI           50      /* No CSI structure available */
     217        //case ENOCSI           50      /* No CSI structure available */
    218218#endif
    219219#ifdef EL2HLT
    220         //case EL2HLT           51      /* Level 2 halted */
     220        //case EL2HLT           51      /* Level 2 halted */
    221221#endif
    222222#ifdef EBADE
    223         //case EBADE            52      /* Invalid exchange */
     223        //case EBADE            52      /* Invalid exchange */
    224224#endif
    225225#ifdef EBADR
    226         //case EBADR            53      /* Invalid request descriptor */
     226        //case EBADR            53      /* Invalid request descriptor */
    227227#endif
    228228#ifdef EXFULL
    229         //case EXFULL           54      /* Exchange full */
     229        //case EXFULL           54      /* Exchange full */
    230230#endif
    231231#ifdef ENOANO
    232         //case ENOANO           55      /* No anode */
     232        //case ENOANO           55      /* No anode */
    233233#endif
    234234#ifdef EBADRQC
    235         //case EBADRQC          56      /* Invalid request code */
     235        //case EBADRQC          56      /* Invalid request code */
    236236#endif
    237237#ifdef EBADSLT
    238         //case EBADSLT          57      /* Invalid slot */
     238        //case EBADSLT          57      /* Invalid slot */
    239239#endif
    240240        //case 58:
    241241#ifdef EBFONT
    242         //case EBFONT           59      /* Bad font file format */
     242        //case EBFONT           59      /* Bad font file format */
    243243#endif
    244244#ifdef ENOSTR
    245         //case ENOSTR           60      /* Device not a stream */
     245        //case ENOSTR           60      /* Device not a stream */
    246246#endif
    247247#ifdef ENODATA
     
    249249#endif
    250250#ifdef ETIME
    251         //case ETIME            62      /* Timer expired */
     251        //case ETIME            62      /* Timer expired */
    252252#endif
    253253#ifdef ENOSR
    254         //case ENOSR            63      /* Out of streams resources */
     254        //case ENOSR            63      /* Out of streams resources */
    255255#endif
    256256#ifdef ENONET
     
    258258#endif
    259259#ifdef ENOPKG
    260         //case ENOPKG           65      /* Package not installed */
     260        //case ENOPKG           65      /* Package not installed */
    261261#endif
    262262#ifdef EREMOTE
    263         //case EREMOTE          66      /* Object is remote */
     263        //case EREMOTE          66      /* Object is remote */
    264264#endif
    265265#ifdef ENOLINK
    266         //case ENOLINK          67      /* Link has been severed */
     266        //case ENOLINK          67      /* Link has been severed */
    267267#endif
    268268#ifdef EADV
    269         //case EADV             68      /* Advertise error */
     269        //case EADV             68      /* Advertise error */
    270270#endif
    271271#ifdef ESRMNT
    272         //case ESRMNT           69      /* Srmount error */
     272        //case ESRMNT           69      /* Srmount error */
    273273#endif
    274274#ifdef ECOMM
    275         //case ECOMM            70      /* Communication error on send */
     275        //case ECOMM            70      /* Communication error on send */
    276276#endif
    277277#ifdef EPROTO
    278         //case EPROTO           71      /* Protocol error */
     278        //case EPROTO           71      /* Protocol error */
    279279#endif
    280280#ifdef EMULTIHOP
    281         //case EMULTIHOP        72      /* Multihop attempted */
     281        //case EMULTIHOP        72      /* Multihop attempted */
    282282#endif
    283283#ifdef EDOTDOT
    284         //case EDOTDOT          73      /* RFS specific error */
     284        //case EDOTDOT          73      /* RFS specific error */
    285285#endif
    286286#ifdef EBADMSG
    287         //case EBADMSG          74      /* Not a data message */
     287        //case EBADMSG          74      /* Not a data message */
    288288#endif
    289289#ifdef EOVERFLOW
     
    297297#endif
    298298#ifdef EREMCHG
    299         //case EREMCHG          78      /* Remote address changed */
     299        //case EREMCHG          78      /* Remote address changed */
    300300#endif
    301301#ifdef ELIBACC
    302         //case ELIBACC          79      /* Can not access a needed shared library */
     302        //case ELIBACC          79      /* Can not access a needed shared library */
    303303#endif
    304304#ifdef ELIBBAD
    305         //case ELIBBAD          80      /* Accessing a corrupted shared library */
     305        //case ELIBBAD          80      /* Accessing a corrupted shared library */
    306306#endif
    307307#ifdef ELIBSCN
    308         //case ELIBSCN          81      /* .lib section in a.out corrupted */
     308        //case ELIBSCN          81      /* .lib section in a.out corrupted */
    309309#endif
    310310#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 */
    312312#endif
    313313#ifdef ELIBEXEC
    314         //case ELIBEXEC 83      /* Cannot exec a shared library directly */
     314        //case ELIBEXEC 83      /* Cannot exec a shared library directly */
    315315#endif
    316316#ifdef EILSEQ
     
    321321#endif
    322322#ifdef ESTRPIPE
    323         //case ESTRPIPE 86      /* Streams pipe error */
     323        //case ESTRPIPE 86      /* Streams pipe error */
    324324#endif
    325325#ifdef EUSERS
    326         //case EUSERS           87      /* Too many users */
     326        //case EUSERS           87      /* Too many users */
    327327#endif
    328328#ifdef ENOTSOCK
     
    411411#endif
    412412#ifdef ESTALE
    413         //case ESTALE           116     /* Stale NFS file handle */
     413        //case ESTALE           116     /* Stale NFS file handle */
    414414#endif
    415415#ifdef EUCLEAN
    416         //case EUCLEAN          117     /* Structure needs cleaning */
     416        //case EUCLEAN          117     /* Structure needs cleaning */
    417417#endif
    418418#ifdef ENOTNAM
    419         //case ENOTNAM          118     /* Not a XENIX named type file */
     419        //case ENOTNAM          118     /* Not a XENIX named type file */
    420420#endif
    421421#ifdef ENAVAIL
    422         //case ENAVAIL          119     /* No XENIX semaphores available */
     422        //case ENAVAIL          119     /* No XENIX semaphores available */
    423423#endif
    424424#ifdef EISNAM
    425         //case EISNAM           120     /* Is a named type file */
     425        //case EISNAM           120     /* Is a named type file */
    426426#endif
    427427#ifdef EREMOTEIO
    428         //case EREMOTEIO        121     /* Remote I/O error */
     428        //case EREMOTEIO        121     /* Remote I/O error */
    429429#endif
    430430#ifdef EDQUOT
Note: See TracChangeset for help on using the changeset viewer.

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