VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Runtime/r0drv/solaris
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Structures and Typedefs                                                    *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4646static ddi_dma_attr_t s_rtR0SolDmaAttr =
    4747{
  • trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Solaris kernel debug info instance data.
  • trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c

    r54643 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4040
    4141
    42 /*******************************************************************************
    43 *   Global Variables                                                           *
    44 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Global Variables                                                                                                             *
     44*********************************************************************************************************************************/
    4545/** Kernel debug info handle. */
    4646RTDBGKRNLINFO                   g_hKrnlDbgInfo;
  • trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4343#include "memobj-r0drv-solaris.h"
    4444
    45 /*******************************************************************************
    46 *   Defined Constants And Macros                                               *
    47 *******************************************************************************/
     45
     46/*********************************************************************************************************************************
     47*   Defined Constants And Macros                                                                                                 *
     48*********************************************************************************************************************************/
    4849#define SOL_IS_KRNL_ADDR(vx)    ((uintptr_t)(vx) >= kernelbase)
    4950
    5051
    51 /*******************************************************************************
    52 *   Structures and Typedefs                                                    *
    53 *******************************************************************************/
     52/*********************************************************************************************************************************
     53*   Structures and Typedefs                                                                                                      *
     54*********************************************************************************************************************************/
    5455/**
    5556 * The Solaris version of the memory object structure.
     
    7475
    7576
    76 /*******************************************************************************
    77 *   Global Variables                                                           *
    78 *******************************************************************************/
     77/*********************************************************************************************************************************
     78*   Global Variables                                                                                                             *
     79*********************************************************************************************************************************/
    7980static vnode_t                  g_PageVnode;
    8081static kmutex_t                 g_OffsetMtx;
  • trunk/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/modulestub-r0drv-solaris.c

    r55401 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <sys/modctl.h>
    3232
    3333
    34 /*******************************************************************************
    35 *   Global Variables                                                           *
    36 *******************************************************************************/
     34/*********************************************************************************************************************************
     35*   Global Variables                                                                                                             *
     36*********************************************************************************************************************************/
    3737static struct modlmisc g_rtModuleStubMisc =
    3838{
  • trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c

    r54395 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-solaris-kernel.h"
    3132#include "internal/iprt.h"
     
    3940
    4041
    41 /*******************************************************************************
    42 *   Global Variables                                                           *
    43 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Global Variables                                                                                                             *
     44*********************************************************************************************************************************/
    4445/** Whether CPUs are being watched or not. */
    4546static volatile bool g_fSolCpuWatch = false;
  • trunk/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENT_WITHOUT_REMAPPING
    3232#include "the-solaris-kernel.h"
     
    4949
    5050
    51 /*******************************************************************************
    52 *   Structures and Typedefs                                                    *
    53 *******************************************************************************/
     51/*********************************************************************************************************************************
     52*   Structures and Typedefs                                                                                                      *
     53*********************************************************************************************************************************/
    5454/**
    5555 * Waiter entry.  Lives on the stack.
  • trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c

    r57237 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3232#include "the-solaris-kernel.h"
     
    4949
    5050
    51 /*******************************************************************************
    52 *   Defined Constants And Macros                                               *
    53 *******************************************************************************/
     51/*********************************************************************************************************************************
     52*   Defined Constants And Macros                                                                                                 *
     53*********************************************************************************************************************************/
    5454/** @name fStateAndGen values
    5555 * @{ */
     
    6767
    6868
    69 /*******************************************************************************
    70 *   Structures and Typedefs                                                    *
    71 *******************************************************************************/
     69/*********************************************************************************************************************************
     70*   Structures and Typedefs                                                                                                      *
     71*********************************************************************************************************************************/
    7272/**
    7373 * Solaris multiple release event semaphore.
  • trunk/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Wrapper for the Solaris mutex.
  • trunk/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMMUTEX_WITHOUT_REMAPPING
    3232#include "the-solaris-kernel.h"
     
    4747
    4848
    49 /*******************************************************************************
    50 *   Structures and Typedefs                                                    *
    51 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Structures and Typedefs                                                                                                      *
     51*********************************************************************************************************************************/
    5252/**
    5353 * Wrapper for the solaris semaphore structure.
  • trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Structures and Typedefs                                                                                                      *
     49*********************************************************************************************************************************/
    5050/**
    5151 * Wrapper for the struct mutex type.
  • trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c

    r56951 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Structures and Typedefs                                                    *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4646/**
    4747 * The internal hook object for solaris.
     
    6565
    6666
    67 /*******************************************************************************
    68 *   Defined Constants And Macros                                               *
    69 *******************************************************************************/
     67/*********************************************************************************************************************************
     68*   Defined Constants And Macros                                                                                                 *
     69*********************************************************************************************************************************/
    7070/** Validates a hook handle and returns rc if not valid. */
    7171#define RTTHREADCTX_VALID_RETURN_RC(pThis, rc) \
  • trunk/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTTIME_INCL_TIMESPEC
    3232#include "the-solaris-kernel.h"
  • trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c

    r57237 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-solaris-kernel.h"
    3232#include "internal/iprt.h"
     
    4747
    4848
    49 /*******************************************************************************
    50 *   Structures and Typedefs                                                    *
    51 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Structures and Typedefs                                                                                                      *
     51*********************************************************************************************************************************/
    5252/**
    5353 * The internal representation of a Solaris timer handle.
     
    121121
    122122
    123 /*******************************************************************************
    124 *   Defined Constants And Macros                                               *
    125 *******************************************************************************/
     123/*********************************************************************************************************************************
     124*   Defined Constants And Macros                                                                                                 *
     125*********************************************************************************************************************************/
    126126/** Validates that the timer is valid. */
    127127#define RTTIMER_ASSERT_VALID_RET(pTimer) \
     
    134134
    135135
    136 /*******************************************************************************
    137 *   Internal Functions                                                         *
    138 *******************************************************************************/
     136/*********************************************************************************************************************************
     137*   Internal Functions                                                                                                           *
     138*********************************************************************************************************************************/
    139139static void rtTimerSolSingleCallbackWrapper(void *pvArg);
    140140static void rtTimerSolStopIt(PRTTIMER pTimer);
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