VirtualBox

Changeset 3723 in vbox


Ignore:
Timestamp:
Jul 19, 2007 6:46:00 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23022
Message:

Double underscore cleanup.

Location:
trunk
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vm.h

    r3632 r3723  
    352352    union
    353353    {
    354 #ifdef __CPUMInternal_h__
     354#ifdef ___CPUMInternal_h
    355355        struct CPUM s;
    356356#endif
     
    365365    union
    366366    {
    367 #ifdef __VMMInternal_h__
     367#ifdef ___VMMInternal_h
    368368        struct VMM  s;
    369369#endif
     
    374374    union
    375375    {
    376 #ifdef __PGMInternal_h__
     376#ifdef ___PGMInternal_h
    377377        struct PGM  s;
    378378#endif
     
    383383    union
    384384    {
    385 #ifdef __HWACCMInternal_h__
     385#ifdef ___HWACCMInternal_h
    386386        struct HWACCM s;
    387387#endif
     
    392392    union
    393393    {
    394 #ifdef __TRPMInternal_h__
     394#ifdef ___TRPMInternal_h
    395395        struct TRPM s;
    396396#endif
     
    401401    union
    402402    {
    403 #ifdef __SELMInternal_h__
     403#ifdef ___SELMInternal_h
    404404        struct SELM s;
    405405#endif
     
    410410    union
    411411    {
    412 #ifdef __MMInternal_h__
     412#ifdef ___MMInternal_h
    413413        struct MM   s;
    414414#endif
     
    419419    union
    420420    {
    421 #ifdef __CFGMInternal_h__
     421#ifdef ___CFGMInternal_h
    422422        struct CFGM s;
    423423#endif
     
    428428    union
    429429    {
    430 #ifdef __PDMInternal_h__
     430#ifdef ___PDMInternal_h
    431431        struct PDM s;
    432432#endif
     
    437437    union
    438438    {
    439 #ifdef __IOMInternal_h__
     439#ifdef ___IOMInternal_h
    440440        struct IOM s;
    441441#endif
     
    446446    union
    447447    {
    448 #ifdef __PATMInternal_h__
     448#ifdef ___PATMInternal_h
    449449        struct PATM s;
    450450#endif
     
    455455    union
    456456    {
    457 #ifdef __CSAMInternal_h__
     457#ifdef ___CSAMInternal_h
    458458        struct CSAM s;
    459459#endif
     
    464464    union
    465465    {
    466 #ifdef __EMInternal_h__
     466#ifdef ___EMInternal_h
    467467        struct EM   s;
    468468#endif
     
    473473    union
    474474    {
    475 #ifdef __TMInternal_h__
     475#ifdef ___TMInternal_h
    476476        struct TM   s;
    477477#endif
     
    482482    union
    483483    {
    484 #ifdef __DBGFInternal_h__
     484#ifdef ___DBGFInternal_h
    485485        struct DBGF s;
    486486#endif
     
    491491    union
    492492    {
    493 #ifdef __STAMInternal_h__
     493#ifdef ___STAMInternal_h
    494494        struct STAM s;
    495495#endif
     
    500500    union
    501501    {
    502 #ifdef __SSMInternal_h__
     502#ifdef ___SSMInternal_h
    503503        struct SSM  s;
    504504#endif
     
    509509    union
    510510    {
    511 #ifdef __VMInternal_h__
     511#ifdef ___VMInternal_h
    512512        struct VMINT    s;
    513513#endif
     
    518518    union
    519519    {
    520 #ifdef __REMInternal_h__
     520#ifdef ___REMInternal_h
    521521        struct REM  s;
    522522#endif
  • trunk/src/VBox/VMM/CFGMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __CFGMInternal_h__
    23 #define __CFGMInternal_h__
     22#ifndef ___CFGMInternal_h
     23#define ___CFGMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/CPUMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __CPUMInternal_h__
    23 #define __CPUMInternal_h__
     22#ifndef ___CPUMInternal_h
     23#define ___CPUMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/DBGFInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __DBGFInternal_h__
    23 #define __DBGFInternal_h__
     22#ifndef ___DBGFInternal_h
     23#define ___DBGFInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/EMInternal.h

    r3510 r3723  
    2020 */
    2121
    22 #ifndef __EMInternal_h__
    23 #define __EMInternal_h__
     22#ifndef ___EMInternal_h
     23#define ___EMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r3295 r3723  
    2020 */
    2121
    22 #ifndef __HWACCMInternal_h__
    23 #define __HWACCMInternal_h__
     22#ifndef ___HWACCMInternal_h
     23#define ___HWACCMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/IOMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __IOMInternal_h__
    23 #define __IOMInternal_h__
     22#ifndef ___IOMInternal_h
     23#define ___IOMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    523523/** @} */
    524524
    525 #endif /* __IOMInternal_h__ */
     525#endif /* ___IOMInternal_h */
  • trunk/src/VBox/VMM/MMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __MMInternal_h__
    23 #define __MMInternal_h__
     22#ifndef ___MMInternal_h
     23#define ___MMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/PATM/CSAMInternal.h

    r3025 r3723  
    2020 */
    2121
    22 #ifndef __CSAMInternal_h__
    23 #define __CSAMInternal_h__
     22#ifndef ___CSAMInternal_h
     23#define ___CSAMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/PATM/PATMA.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __PATMA_H__
    23 #define __PATMA_H__
     22#ifndef ___PATMA_H
     23#define ___PATMA_H
    2424
    2525
     
    137137
    138138
    139 #ifdef __cplusplus
    140 extern "C"
    141 {
    142 #endif
     139__BEGIN_DECLS
    143140
    144141extern PATCHASMRECORD PATMCliRecord;
     
    187184
    188185extern uint32_t       PATMInterruptFlag;
    189 #ifdef __cplusplus
    190 }
     186
     187__END_DECLS
     188
    191189#endif
    192 
    193 #endif //__PATMA_H__
  • trunk/src/VBox/VMM/PATM/PATMInternal.h

    r3020 r3723  
    2020 */
    2121
    22 #ifndef __PATMInternal_h__
    23 #define __PATMInternal_h__
     22#ifndef ___PATMInternal_h
     23#define ___PATMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    241241#if HC_ARCH_BITS == 64
    242242    uint32_t        Alignment0;         /**< Align flags correctly. */
    243 #endif 
     243#endif
    244244
    245245    uint64_t        flags;
     
    268268#if HC_ARCH_BITS == 64
    269269    uint32_t        Alignment1;
    270 #endif 
     270#endif
    271271
    272272    // Cache record for PATMGCVirtToHCVirt
     
    441441#if HC_ARCH_BITS == 64
    442442        uint32_t            Alignment0; /**< Align the structure size on a 8-byte boundrary. */
    443 #endif 
     443#endif
    444444    } savedstate;
    445445
  • trunk/src/VBox/VMM/PATM/PATMPatch.h

    r3020 r3723  
    1919 * license agreement apply instead of the previous paragraph.
    2020 */
    21 #ifndef __PATMPATCH_H__
    22 #define __PATMPATCH_H__
     21#ifndef ___PATMPATCH_H
     22#define ___PATMPATCH_H
    2323
    2424int patmPatchAddReloc32(PVM pVM, PPATCHINFO pPatch, uint8_t *pRelocHC, uint32_t uType, RTGCPTR pSource = 0, RTGCPTR pDest = 0);
     
    154154int patmPatchGenGlobalFunctions(PVM pVM, PPATCHINFO pPatch);
    155155
    156 #endif //__PATMPATCH_H__
     156#endif
  • trunk/src/VBox/VMM/PDMInternal.h

    r3635 r3723  
    2020 */
    2121
    22 #ifndef __PDMInternal_h__
    23 #define __PDMInternal_h__
     22#ifndef ___PDMInternal_h
     23#define ___PDMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/PGMInternal.h

    r3185 r3723  
    2020 */
    2121
    22 #ifndef __PGMInternal_h__
    23 #define __PGMInternal_h__
     22#ifndef ___PGMInternal_h
     23#define ___PGMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    697697    /** The previous page in the age list. */
    698698    uint16_t            iAgePrev;
    699 /** @todo add more from PGMCache.h when merging with it. */
    700699#endif /* PGMPOOL_WITH_CACHE */
    701700    /** Used to indicate that the page is zeroed. */
  • trunk/src/VBox/VMM/REMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __REMInternal_h__
    23 #define __REMInternal_h__
     22#ifndef ___REMInternal_h
     23#define ___REMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    182182    /** Alignment padding. */
    183183    uint32_t                u32Padding;
    184 #endif 
     184#endif
    185185    /** Number of recorded invlpg instructions. */
    186186    RTUINT                  cInvalidatedPages;
  • trunk/src/VBox/VMM/SELMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __SELMInternal_h__
    23 #define __SELMInternal_h__
     22#ifndef ___SELMInternal_h
     23#define ___SELMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/SSMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __SSMInternal_h__
    23 #define __SSMInternal_h__
     22#ifndef ___SSMInternal_h
     23#define ___SSMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    191191__END_DECLS
    192192
    193 #endif /* !__SSMInternal_h__ */
     193#endif /* !___SSMInternal_h */
    194194
  • trunk/src/VBox/VMM/STAMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __STAMInternal_h__
    23 #define __STAMInternal_h__
     22#ifndef ___STAMInternal_h
     23#define ___STAMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/TMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __TMInternal_h__
    23 #define __TMInternal_h__
     22#ifndef ___TMInternal_h
     23#define ___TMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/TRPMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __TRPMInternal_h__
    23 #define __TRPMInternal_h__
     22#ifndef ___TRPMInternal_h
     23#define ___TRPMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    218218/**
    219219 * Issues a software interrupt to the specified interrupt vector.
    220  * 
     220 *
    221221 * @param   uActiveVector   The vector number.
    222222 */
  • trunk/src/VBox/VMM/VMInternal.h

    r2984 r3723  
    2020 */
    2121
    22 #ifndef __VMInternal_h__
    23 #define __VMInternal_h__
     22#ifndef ___VMInternal_h
     23#define ___VMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMInternal.h

    r3696 r3723  
    2020 */
    2121
    22 #ifndef __VMMInternal_h__
    23 #define __VMMInternal_h__
     22#ifndef ___VMMInternal_h
     23#define ___VMMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __HWSVMR0_h__
    23 #define __HWSVMR0_h__
     22#ifndef ___HWSVMR0_h
     23#define ___HWSVMR0_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __HWVMXR0_h__
    23 #define __HWVMXR0_h__
     22#ifndef ___HWVMXR0_h
     23#define ___HWVMXR0_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h

    r2981 r3723  
    2020 */
    2121
    22 
    23 #ifndef __VMMSwitcher_h__
    24 #define __VMMSwitcher_h__
     22#ifndef ___VMMSwitcher_h
     23#define ___VMMSwitcher_h
    2524
    2625#include <VBox/vmm.h>
  • trunk/src/VBox/VMM/testcase/tstHelp.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __tstHelp_h__
    23 #define __tstHelp_h__
     22#ifndef ___tstHelp_h
     23#define ___tstHelp_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/testcase/tstMicro.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __tstMicro_h__
    23 #define __tstMicro_h__
     22#ifndef ___tstMicro_h
     23#define ___tstMicro_h
    2424
    2525/**
  • trunk/src/VBox/VMM/x86context.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __X86CONTEXT_H__
    23 #define __X86CONTEXT_H__
     22#ifndef ___X86CONTEXT_H
     23#define ___X86CONTEXT_H
    2424
    2525#include <VBox/types.h>
     
    6161
    6262
    63 #endif //__X86CONTEXT_H__
     63#endif
Note: See TracChangeset for help on using the changeset viewer.

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