VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxDev-haiku.c

    r54608 r57358  
    4545 */
    4646
    47 /*******************************************************************************
    48 *   Header Files                                                               *
    49 *******************************************************************************/
     47
     48/*********************************************************************************************************************************
     49*   Header Files                                                                                                                 *
     50*********************************************************************************************************************************/
    5051#include <sys/param.h>
    5152#include <sys/types.h>
     
    6970#define MODULE_NAME "generic/vboxguest"
    7071
    71 /*******************************************************************************
    72 *   Internal Functions                                                         *
    73 *******************************************************************************/
     72
     73/*********************************************************************************************************************************
     74*   Internal Functions                                                                                                           *
     75*********************************************************************************************************************************/
    7476static status_t VBoxGuestHaikuOpen(const char *name, uint32 flags, void **cookie);
    7577static status_t VBoxGuestHaikuClose(void *cookie);
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp

    r54608 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#define LOG_GROUP LOG_GROUP_VBGD
    2223/*
     
    6061
    6162
    62 /*******************************************************************************
    63 *   Defined Constants And Macros                                               *
    64 *******************************************************************************/
     63/*********************************************************************************************************************************
     64*   Defined Constants And Macros                                                                                                 *
     65*********************************************************************************************************************************/
    6566
    6667/** The system device node name. */
     
    8687
    8788
    88 /*******************************************************************************
    89 *   Internal Functions                                                         *
    90 *******************************************************************************/
     89/*********************************************************************************************************************************
     90*   Internal Functions                                                                                                           *
     91*********************************************************************************************************************************/
    9192RT_C_DECLS_BEGIN
    9293static kern_return_t    VbgdDarwinStart(struct kmod_info *pKModInfo, void *pvData);
     
    105106
    106107
    107 /*******************************************************************************
    108 *   Structures and Typedefs                                                    *
    109 *******************************************************************************/
     108/*********************************************************************************************************************************
     109*   Structures and Typedefs                                                                                                      *
     110*********************************************************************************************************************************/
    110111/**
    111112 * The service class for handling the VMMDev PCI device.
     
    166167
    167168
    168 /*******************************************************************************
    169 *   Global Variables                                                           *
    170 *******************************************************************************/
     169/*********************************************************************************************************************************
     170*   Global Variables                                                                                                             *
     171*********************************************************************************************************************************/
    171172/**
    172173 * Declare the module stuff.
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c

    r55980 r57358  
    4545 */
    4646
    47 /*******************************************************************************
    48 *   Header Files                                                               *
    49 *******************************************************************************/
     47
     48/*********************************************************************************************************************************
     49*   Header Files                                                                                                                 *
     50*********************************************************************************************************************************/
    5051#define IN_VBOXGUEST
    5152#include <sys/param.h>
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r55980 r57358  
    1919  */
    2020
    21 /*******************************************************************************
    22 *   Header Files                                                               *
    23 *******************************************************************************/
     21
     22/*********************************************************************************************************************************
     23*   Header Files                                                                                                                 *
     24*********************************************************************************************************************************/
    2425#define LOG_GROUP LOG_GROUP_SUP_DRV
    2526
     
    5051
    5152
    52 /*******************************************************************************
    53 *   Defined Constants And Macros                                               *
    54 *******************************************************************************/
     53/*********************************************************************************************************************************
     54*   Defined Constants And Macros                                                                                                 *
     55*********************************************************************************************************************************/
    5556/** The device name. */
    5657#define DEVICE_NAME             "vboxguest"
     
    6869
    6970
    70 /*******************************************************************************
    71 *   Internal Functions                                                         *
    72 *******************************************************************************/
     71/*********************************************************************************************************************************
     72*   Internal Functions                                                                                                           *
     73*********************************************************************************************************************************/
    7374static void vboxguestLinuxTermPci(struct pci_dev *pPciDev);
    7475static int  vboxguestLinuxModInit(void);
     
    8687
    8788
    88 /*******************************************************************************
    89 *   Global Variables                                                           *
    90 *******************************************************************************/
     89/*********************************************************************************************************************************
     90*   Global Variables                                                                                                             *
     91*********************************************************************************************************************************/
    9192/**
    9293 * Device extention & session data association structure.
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp

    r54608 r57358  
    4545
    4646
    47 /*******************************************************************************
    48 *   Header Files                                                               *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Header Files                                                                                                                 *
     49*********************************************************************************************************************************/
    5050#include <os2ddk/bsekee.h>
    5151
     
    6363
    6464
    65 /*******************************************************************************
    66 *   Global Variables                                                           *
    67 *******************************************************************************/
     65/*********************************************************************************************************************************
     66*   Global Variables                                                                                                             *
     67*********************************************************************************************************************************/
    6868/**
    6969 * Device extention & session data association structure.
     
    106106
    107107
    108 /*******************************************************************************
    109 *   Internal Functions                                                         *
    110 *******************************************************************************/
     108/*********************************************************************************************************************************
     109*   Internal Functions                                                                                                           *
     110*********************************************************************************************************************************/
    111111static int vboxGuestOS2MapMemory(void);
    112112static VBOXOSTYPE vboxGuestOS2DetectVersion(void);
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r56219 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <sys/conf.h>
    3232#include <sys/modctl.h>
     
    5353
    5454
    55 /*******************************************************************************
    56 *   Defined Constants And Macros                                               *
    57 *******************************************************************************/
     55/*********************************************************************************************************************************
     56*   Defined Constants And Macros                                                                                                 *
     57*********************************************************************************************************************************/
    5858/** The module name. */
    5959#define DEVICE_NAME              "vboxguest"
     
    6262
    6363
    64 /*******************************************************************************
    65 *   Internal Functions                                                         *
    66 *******************************************************************************/
     64/*********************************************************************************************************************************
     65*   Internal Functions                                                                                                           *
     66*********************************************************************************************************************************/
    6767static int VBoxGuestSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
    6868static int VBoxGuestSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred);
     
    8282
    8383
    84 /*******************************************************************************
    85 *   Structures and Typedefs                                                    *
    86 *******************************************************************************/
     84/*********************************************************************************************************************************
     85*   Structures and Typedefs                                                                                                      *
     86*********************************************************************************************************************************/
    8787/**
    8888 * cb_ops: for drivers that support char/block entry points
     
    159159
    160160
    161 /*******************************************************************************
    162 *   Global Variables                                                           *
    163 *******************************************************************************/
     161/*********************************************************************************************************************************
     162*   Global Variables                                                                                                             *
     163*********************************************************************************************************************************/
    164164/** Device handle (we support only one instance). */
    165165static dev_info_t          *g_pDip = NULL;
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-legacy.cpp

    r54608 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#include "VBoxGuest-win.h"
    2223#include "VBoxGuestInternal.h"
     
    2829
    2930
    30 /*******************************************************************************
    31 *   Defined Constants And Macros                                               *
    32 *******************************************************************************/
     31/*********************************************************************************************************************************
     32*   Defined Constants And Macros                                                                                                 *
     33*********************************************************************************************************************************/
    3334#ifndef PCI_MAX_BUSES
    3435# define PCI_MAX_BUSES 256
     
    3637
    3738
    38 /*******************************************************************************
    39 *   Internal Functions                                                         *
    40 *******************************************************************************/
     39/*********************************************************************************************************************************
     40*   Internal Functions                                                                                                           *
     41*********************************************************************************************************************************/
    4142RT_C_DECLS_BEGIN
    4243static NTSTATUS vbgdNt4FindPciDevice(PULONG pulBusNumber, PPCI_SLOT_NUMBER pSlotNumber);
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp

    r54608 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#include "VBoxGuest-win.h"
    2223#include "VBoxGuestInternal.h"
     
    2728
    2829
    29 /*******************************************************************************
    30 *   Defined Constants And Macros                                               *
    31 *******************************************************************************/
     30/*********************************************************************************************************************************
     31*   Defined Constants And Macros                                                                                                 *
     32*********************************************************************************************************************************/
    3233RT_C_DECLS_BEGIN
    3334static NTSTATUS vbgdNtSendIrpSynchronously(PDEVICE_OBJECT pDevObj, PIRP pIrp, BOOLEAN fStrict);
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r54608 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#define LOG_GROUP LOG_GROUP_SUP_DRV
    2223#include "VBoxGuest-win.h"
     
    4041
    4142
    42 /*******************************************************************************
    43 *   Internal Functions                                                         *
    44 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Internal Functions                                                                                                           *
     45*********************************************************************************************************************************/
    4546RT_C_DECLS_BEGIN
    4647static NTSTATUS vbgdNtAddDevice(PDRIVER_OBJECT pDrvObj, PDEVICE_OBJECT pDevObj);
     
    6061
    6162
    62 /*******************************************************************************
    63 *   Exported Functions                                                         *
    64 *******************************************************************************/
     63/*********************************************************************************************************************************
     64*   Exported Functions                                                                                                           *
     65*********************************************************************************************************************************/
    6566RT_C_DECLS_BEGIN
    6667ULONG DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath);
     
    7980
    8081
    81 /*******************************************************************************
    82 *   Global Variables                                                           *
    83 *******************************************************************************/
     82/*********************************************************************************************************************************
     83*   Global Variables                                                                                                             *
     84*********************************************************************************************************************************/
    8485/** The detected NT (windows) version. */
    8586VBGDNTVER g_enmVbgdNtVer = VBGDNTVER_INVALID;
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r56220 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP   LOG_GROUP_DEFAULT
    3232#include "VBoxGuestInternal.h"
     
    6060
    6161
    62 /*******************************************************************************
    63 *   Defined Constants And Macros                                               *
    64 *******************************************************************************/
     62/*********************************************************************************************************************************
     63*   Defined Constants And Macros                                                                                                 *
     64*********************************************************************************************************************************/
    6565#define VBOXGUEST_ACQUIRE_STYLE_EVENTS (VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST | VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST)
    6666
    6767
    68 /*******************************************************************************
    69 *   Internal Functions                                                         *
    70 *******************************************************************************/
     68/*********************************************************************************************************************************
     69*   Internal Functions                                                                                                           *
     70*********************************************************************************************************************************/
    7171#ifdef VBOX_WITH_HGCM
    7272static DECLCALLBACK(int) vbgdHgcmAsyncWaitCallback(VMMDevHGCMRequestHeader *pHdrNonVolatile, void *pvUser, uint32_t u32User);
     
    8989
    9090
    91 /*******************************************************************************
    92 *   Global Variables                                                           *
    93 *******************************************************************************/
     91/*********************************************************************************************************************************
     92*   Global Variables                                                                                                             *
     93*********************************************************************************************************************************/
    9494static const uint32_t g_cbChangeMemBalloonReq = RT_OFFSETOF(VMMDevChangeMemBalloon, aPhysPage[VMMDEV_MEMORY_BALLOON_CHUNK_PAGES]);
    9595
  • trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestInst.cpp

    r56294 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include <windows.h>
    2323
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