VirtualBox

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

*: scm cleanup run.

Location:
trunk/src/VBox/HostDrivers/Support/solaris
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r57108 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP LOG_GROUP_SUP_DRV
    3132#include <sys/types.h>
     
    6566
    6667
    67 /*******************************************************************************
    68 *   Defined Constants And Macros                                               *
    69 *******************************************************************************/
     68/*********************************************************************************************************************************
     69*   Defined Constants And Macros                                                                                                 *
     70*********************************************************************************************************************************/
    7071/** The system device name. */
    7172#define DEVICE_NAME_SYS          "vboxdrv"
     
    7879
    7980
    80 /*******************************************************************************
    81 *   Internal Functions                                                         *
    82 *******************************************************************************/
     81/*********************************************************************************************************************************
     82*   Internal Functions                                                                                                           *
     83*********************************************************************************************************************************/
    8384static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
    8485static int VBoxDrvSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred);
     
    9596
    9697
    97 /*******************************************************************************
    98 *   Global Variables                                                           *
    99 *******************************************************************************/
     98/*********************************************************************************************************************************
     99*   Global Variables                                                                                                             *
     100*********************************************************************************************************************************/
    100101/**
    101102 * cb_ops: for drivers that support char/block entry points
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp

    r56293 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP LOG_GROUP_SUP
    3132#ifdef IN_SUP_HARDENED_R3
     
    6263
    6364
    64 /*******************************************************************************
    65 *   Defined Constants And Macros                                               *
    66 *******************************************************************************/
     65/*********************************************************************************************************************************
     66*   Defined Constants And Macros                                                                                                 *
     67*********************************************************************************************************************************/
    6768/** Solaris device link - system. */
    6869#define DEVICE_NAME_SYS       "/devices/pseudo/vboxdrv@0:vboxdrv"
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c

    r56293 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "../SUPR0IdcClientInternal.h"
    3132#include <VBox/err.h>
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