VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv


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
Files:
141 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTMEM_NO_WRAP_TO_EF_APIS
    3232#include <iprt/mem.h>
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Defined Constants And Macros                                               *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Defined Constants And Macros                                                                                                 *
     50*********************************************************************************************************************************/
    5151#ifdef RT_STRICT
    5252# define RTR0MEM_STRICT
     
    6060
    6161
    62 /*******************************************************************************
    63 *   Global Variables                                                           *
    64 *******************************************************************************/
     62/*********************************************************************************************************************************
     63*   Global Variables                                                                                                             *
     64*********************************************************************************************************************************/
    6565#ifdef RTR0MEM_STRICT
    6666/** Fence data. */
  • trunk/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp

    r57228 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp

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

    r57228 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
     
    4040
    4141
    42 /*******************************************************************************
    43 *   Structures and Typedefs                                                    *
    44 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Structures and Typedefs                                                                                                      *
     44*********************************************************************************************************************************/
    4545/**
    4646 * Extended header used for headers marked with RTMEMHDR_FLAG_EXEC.
  • trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp

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

    r57274 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#ifdef IN_RING0
    3232# include "the-darwin-kernel.h"
     
    117117
    118118
    119 /*******************************************************************************
    120 *   Structures and Typedefs                                                    *
    121 *******************************************************************************/
     119/*********************************************************************************************************************************
     120*   Structures and Typedefs                                                                                                      *
     121*********************************************************************************************************************************/
    122122/**
    123123 * Our internal representation of the mach_kernel after loading it's symbols
     
    174174
    175175
    176 /*******************************************************************************
    177 *   Structures and Typedefs                                                    *
    178 *******************************************************************************/
     176/*********************************************************************************************************************************
     177*   Structures and Typedefs                                                                                                      *
     178*********************************************************************************************************************************/
    179179#ifdef DEBUG
    180180static bool g_fBreakpointOnError = false;
  • trunk/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp

    r57274 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
     
    3939
    4040
    41 /*******************************************************************************
    42 *   Global Variables                                                           *
    43 *******************************************************************************/
     41/*********************************************************************************************************************************
     42*   Global Variables                                                                                                             *
     43*********************************************************************************************************************************/
    4444/** Pointer to the lock group used by IPRT. */
    4545lck_grp_t                  *g_pDarwinLockGroup = NULL;
  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r57274 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
     
    5050
    5151
    52 /*******************************************************************************
    53 *   Structures and Typedefs                                                    *
    54 *******************************************************************************/
     52/*********************************************************************************************************************************
     53*   Structures and Typedefs                                                                                                      *
     54*********************************************************************************************************************************/
    5555/**
    5656 * The Darwin version of the memory object structure.
  • trunk/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp

    r57074 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp

    r57274 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Global Variables                                                           *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Global Variables                                                                                                             *
     45*********************************************************************************************************************************/
    4646static int32_t volatile g_cMaxCpus = -1;
    4747
  • trunk/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp

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

    r57246 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENT_WITHOUT_REMAPPING
    3232#include "the-darwin-kernel.h"
     
    5050
    5151
    52 /*******************************************************************************
    53 *   Structures and Typedefs                                                    *
    54 *******************************************************************************/
     52/*********************************************************************************************************************************
     53*   Structures and Typedefs                                                                                                      *
     54*********************************************************************************************************************************/
    5555/**
    5656 * Waiter entry.  Lives on the stack.
  • trunk/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp

    r57246 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3232#include "the-darwin-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 * Darwin multiple release event semaphore.
  • trunk/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp

    r57246 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * Wrapper for the darwin semaphore structure.
  • trunk/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp

    r57246 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMMUTEX_WITHOUT_REMAPPING
    3232#include "the-darwin-kernel.h"
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * Darwin mutex semaphore.
  • trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp

    r57246 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-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 KSPIN_LOCK type.
  • trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp

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

    r57274 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp

    r57246 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-darwin-kernel.h"
    3232#include "internal/iprt.h"
     
    4242
    4343
    44 /*******************************************************************************
    45 *   Structures and Typedefs                                                    *
    46 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Structures and Typedefs                                                                                                      *
     46*********************************************************************************************************************************/
    4747typedef struct RTDARWINPREEMPTHACK
    4848{
     
    5555
    5656
    57 /*******************************************************************************
    58 *   Global Variables                                                           *
    59 *******************************************************************************/
     57/*********************************************************************************************************************************
     58*   Global Variables                                                                                                             *
     59*********************************************************************************************************************************/
    6060static RTDARWINPREEMPTHACK  g_aPreemptHacks[RTCPUSET_MAX_CPUS];
    6161
  • trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_TIME
    3232#include "the-darwin-kernel.h"
  • trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c

    r49718 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536#include "internal/iprt.h"
     
    4344
    4445
    45 /*******************************************************************************
    46 *   Global Variables                                                           *
    47 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Global Variables                                                                                                             *
     48*********************************************************************************************************************************/
    4849/* These two statements will define two globals and add initializers
    4950   and destructors that will be called at load/unload time (I think). */
  • trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c

    r36555 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536
  • trunk/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c

    r36555 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536
  • trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c

    r55095 r57358  
    3131
    3232
    33 /*******************************************************************************
    34 *   Header Files                                                               *
    35 *******************************************************************************/
     33/*********************************************************************************************************************************
     34*   Header Files                                                                                                                 *
     35*********************************************************************************************************************************/
    3636#include "the-freebsd-kernel.h"
    3737
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * The FreeBSD version of the memory object structure.
  • trunk/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c

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

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

    r18972 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536
  • trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c

    r36190 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#define RTSEMEVENT_WITHOUT_REMAPPING
    3536#include "the-freebsd-kernel.h"
     
    4748
    4849
    49 /*******************************************************************************
    50 *   Structures and Typedefs                                                    *
    51 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Structures and Typedefs                                                                                                      *
     52*********************************************************************************************************************************/
    5253/**
    5354 * FreeBSD event semaphore.
  • trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c

    r36190 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3536#include "the-freebsd-kernel.h"
     
    4748
    4849
    49 /*******************************************************************************
    50 *   Defined Constants And Macros                                               *
    51 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Defined Constants And Macros                                                                                                 *
     52*********************************************************************************************************************************/
    5253/** @name fStateAndGen values
    5354 * @{ */
     
    6465/** @}  */
    6566
    66 /*******************************************************************************
    67 *   Structures and Typedefs                                                    *
    68 *******************************************************************************/
     67
     68/*********************************************************************************************************************************
     69*   Structures and Typedefs                                                                                                      *
     70*********************************************************************************************************************************/
    6971/**
    7072 * FreeBSD multiple release event semaphore.
  • trunk/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c

    r39656 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536
     
    4344
    4445
    45 /*******************************************************************************
    46 *   Structures and Typedefs                                                    *
    47 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4849/**
    4950 * Wrapper for the FreeBSD (sleep) mutex.
  • trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMMUTEX_WITHOUT_REMAPPING
    3232#include "the-freebsd-kernel.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Wrapper for the FreeBSD (sleep) mutex.
  • trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c

    r52618 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536#include "internal/iprt.h"
     
    4748
    4849
    49 /*******************************************************************************
    50 *   Structures and Typedefs                                                    *
    51 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Structures and Typedefs                                                                                                      *
     52*********************************************************************************************************************************/
    5253/**
    5354 * Wrapper for the struct mtx type.
  • trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-freebsd-kernel.h"
    3132#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c

    r54358 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-freebsd-kernel.h"
    3536
  • trunk/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c

    r52822 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-freebsd-kernel.h"
    3636#define RTTIME_INCL_TIMESPEC
  • trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c

    r54208 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-freebsd-kernel.h"
    3636
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * The internal representation of an FreeBSD timer handle.
     
    8383
    8484
    85 /*******************************************************************************
    86 *   Internal Functions                                                         *
    87 *******************************************************************************/
     85/*********************************************************************************************************************************
     86*   Internal Functions                                                                                                           *
     87*********************************************************************************************************************************/
    8888static void rtTimerFreeBSDCallback(void *pvTimer);
    8989
  • trunk/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mp.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp

    r54416 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mp.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mp.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/thread.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/thread.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/thread.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/thread.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/thread.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mp.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#ifdef RT_OS_WINDOWS
    3232# include "../nt/the-nt-kernel.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Saved state information.
     
    8686
    8787
    88 /*******************************************************************************
    89 *   Defined Constants And Macros                                               *
    90 *******************************************************************************/
     88/*********************************************************************************************************************************
     89*   Defined Constants And Macros                                                                                                 *
     90*********************************************************************************************************************************/
    9191/*#define RTSEMSPINMUTEX_INT_FLAGS_MUST*/
    9292
  • trunk/src/VBox/Runtime/r0drv/generic/threadctxhooks-r0drv-generic.cpp

    r55863 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/thread.h>
    3232#include <iprt/err.h>
  • trunk/src/VBox/Runtime/r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c

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

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

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

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

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-haiku-kernel.h"
    3232
     
    4040#include "internal/memobj.h"
    4141
    42 /*******************************************************************************
    43 *   Structures and Typedefs                                                    *
    44 *******************************************************************************/
     42
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4546/**
    4647 * The Haiku version of the memory object structure.
  • trunk/src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c

    r54415 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-haiku-kernel.h"
    3232
  • trunk/src/VBox/Runtime/r0drv/haiku/process-r0drv-haiku.c

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-haiku-kernel.h"
    3232#include "internal/iprt.h"
     
    4242
    4343
    44 /*******************************************************************************
    45 *   Structures and Typedefs                                                    *
    46 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Structures and Typedefs                                                                                                      *
     46*********************************************************************************************************************************/
    4747/**
    4848 * Haiku event semaphore.
  • trunk/src/VBox/Runtime/r0drv/haiku/semeventmulti-r0drv-haiku.c

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-haiku-kernel.h"
    3132#include "internal/iprt.h"
     
    4142
    4243
    43 /*******************************************************************************
    44 *   Structures and Typedefs                                                    *
    45 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Structures and Typedefs                                                                                                      *
     46*********************************************************************************************************************************/
    4647/**
    4748 * Haiku multiple release event semaphore.
  • trunk/src/VBox/Runtime/r0drv/haiku/semfastmutex-r0drv-haiku.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-haiku-kernel.h"
    3232
     
    4040
    4141
    42 /*******************************************************************************
    43 *   Structures and Typedefs                                                    *
    44 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Structures and Typedefs                                                                                                      *
     44*********************************************************************************************************************************/
    4545/**
    4646 * Wrapper for the Haiku (sleep) mutex.
  • trunk/src/VBox/Runtime/r0drv/haiku/semmutex-r0drv-haiku.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-haiku-kernel.h"
    3232#include "internal/iprt.h"
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Structures and Typedefs                                                    *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Structures and Typedefs                                                                                                      *
     47*********************************************************************************************************************************/
    4848/**
    4949 * Wrapper for the Haiku (sleep) mutex.
  • trunk/src/VBox/Runtime/r0drv/haiku/spinlock-r0drv-haiku.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-haiku-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 KSPIN_LOCK type.
  • trunk/src/VBox/Runtime/r0drv/haiku/thread-r0drv-haiku.c

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

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_TIME
    3232#include "the-haiku-kernel.h"
  • trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/initterm.h>
    3232#include "internal/iprt.h"
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Global Variables                                                           *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Global Variables                                                                                                             *
     50*********************************************************************************************************************************/
    5151/** Count of current IPRT users.
    5252 * In ring-0 several drivers / kmods / kexts / wossnames may share the
  • trunk/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c

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

    r57294 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    6464
    6565
    66 /*******************************************************************************
    67 *   Structures and Typedefs                                                    *
    68 *******************************************************************************/
     66/*********************************************************************************************************************************
     67*   Structures and Typedefs                                                                                                      *
     68*********************************************************************************************************************************/
    6969#ifdef RTMEMALLOC_EXEC_VM_AREA
    7070/**
     
    8888
    8989
    90 /*******************************************************************************
    91 *   Global Variables                                                           *
    92 *******************************************************************************/
     90/*********************************************************************************************************************************
     91*   Global Variables                                                                                                             *
     92*********************************************************************************************************************************/
    9393#ifdef RTMEMALLOC_EXEC_HEAP
    9494/** The heap. */
  • trunk/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c

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

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    3636
    3737
    38 /*******************************************************************************
    39 *   Global Variables                                                           *
    40 *******************************************************************************/
     38/*********************************************************************************************************************************
     39*   Global Variables                                                                                                             *
     40*********************************************************************************************************************************/
    4141/** The IPRT work queue. */
    4242#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41)
     
    4747
    4848
    49 /*******************************************************************************
    50 *   Internal Functions                                                         *
    51 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Internal Functions                                                                                                           *
     51*********************************************************************************************************************************/
    5252/* in alloc-r0drv0-linux.c */
    5353DECLHIDDEN(void) rtR0MemExecCleanup(void);
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232
     
    4040
    4141
    42 /*******************************************************************************
    43 *   Defined Constants And Macros                                               *
    44 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Defined Constants And Macros                                                                                                 *
     44*********************************************************************************************************************************/
    4545/* early 2.6 kernels */
    4646#ifndef PAGE_SHARED_EXEC
     
    6767
    6868
    69 /*******************************************************************************
    70 *   Structures and Typedefs                                                    *
    71 *******************************************************************************/
     69/*********************************************************************************************************************************
     70*   Structures and Typedefs                                                                                                      *
     71*********************************************************************************************************************************/
    7272/**
    7373 * The Darwin version of the memory object structure.
  • trunk/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c

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

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

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    4141#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 71) && defined(CONFIG_SMP)
    4242
    43 /*******************************************************************************
    44 *   Internal Functions                                                         *
    45 *******************************************************************************/
     43
     44/*********************************************************************************************************************************
     45*   Internal Functions                                                                                                           *
     46*********************************************************************************************************************************/
    4647static int rtMpNotificationLinuxCallback(struct notifier_block *pNotifierBlock, unsigned long ulNativeEvent, void *pvCpu);
    4748
    4849
    49 /*******************************************************************************
    50 *   Global Variables                                                           *
    51 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Global Variables                                                                                                             *
     52*********************************************************************************************************************************/
    5253/**
    5354 * The notifier block we use for registering the callback.
  • trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c

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

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENT_WITHOUT_REMAPPING
    3232#include "the-linux-kernel.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Linux event semaphore.
  • trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3232#include "the-linux-kernel.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Defined Constants And Macros                                               *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Defined Constants And Macros                                                                                                 *
     48*********************************************************************************************************************************/
    4949/** @name fStateAndGen values
    5050 * @{ */
     
    6262
    6363
    64 /*******************************************************************************
    65 *   Structures and Typedefs                                                    *
    66 *******************************************************************************/
     64/*********************************************************************************************************************************
     65*   Structures and Typedefs                                                                                                      *
     66*********************************************************************************************************************************/
    6767/**
    6868 * Linux event semaphore.
  • trunk/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Structures and Typedefs                                                    *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Structures and Typedefs                                                                                                      *
     47*********************************************************************************************************************************/
    4848/**
    4949 * Wrapper for the linux semaphore structure.
  • trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c

    r57281 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMMUTEX_WITHOUT_REMAPPING
    3232#include "the-linux-kernel.h"
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Structures and Typedefs                                                    *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Structures and Typedefs                                                                                                      *
     47*********************************************************************************************************************************/
    4848typedef struct RTSEMMUTEXLNXWAITER
    4949{
  • trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c

    r57330 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-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 spinlock_t structure.
  • trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    4242
    4343
    44 /*******************************************************************************
    45 *   Global Variables                                                           *
    46 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Global Variables                                                                                                             *
     46*********************************************************************************************************************************/
    4747#ifndef CONFIG_PREEMPT
    4848/** Per-cpu preemption counters. */
  • trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c

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

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    4949#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 18) && defined(CONFIG_PREEMPT_NOTIFIERS)
    5050
    51 /*******************************************************************************
    52 *   Structures and Typedefs                                                    *
    53 *******************************************************************************/
     51
     52/*********************************************************************************************************************************
     53*   Structures and Typedefs                                                                                                      *
     54*********************************************************************************************************************************/
    5455/**
    5556 * The internal hook object for linux.
  • trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c

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

    r57276 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
     
    5757
    5858
    59 /*******************************************************************************
    60 *   Structures and Typedefs                                                    *
    61 *******************************************************************************/
     59/*********************************************************************************************************************************
     60*   Structures and Typedefs                                                                                                      *
     61*********************************************************************************************************************************/
    6262/**
    6363 * Timer state machine.
     
    199199
    200200
    201 /*******************************************************************************
    202 *   Internal Functions                                                         *
    203 *******************************************************************************/
     201/*********************************************************************************************************************************
     202*   Internal Functions                                                                                                           *
     203*********************************************************************************************************************************/
    204204#ifdef CONFIG_SMP
    205205static DECLCALLBACK(void) rtTimerLinuxMpEvent(RTMPEVENT enmEvent, RTCPUID idCpu, void *pvUser);
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT ///@todo RTLOGGROUP_MEM
    3232#include <iprt/memobj.h>
  • trunk/src/VBox/Runtime/r0drv/mpnotification-r0drv.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mp.h>
    3232#include "internal/iprt.h"
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Structures and Typedefs                                                                                                      *
     49*********************************************************************************************************************************/
    5050/**
    5151 * Notification registration record tracking
     
    6767
    6868
    69 /*******************************************************************************
    70 *   Global Variables                                                           *
    71 *******************************************************************************/
     69/*********************************************************************************************************************************
     70*   Global Variables                                                                                                             *
     71*********************************************************************************************************************************/
    7272/** The spinlock protecting the list. */
    7373static RTSPINLOCK volatile g_hRTMpNotifySpinLock = NIL_RTSPINLOCK;
  • trunk/src/VBox/Runtime/r0drv/nt/RTTimerGetSystemGranularity-r0drv-nt.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132
  • trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp

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

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132
  • trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132#include <iprt/asm-amd64-x86.h>
     
    4041
    4142
    42 /*******************************************************************************
    43 *   Global Variables                                                           *
    44 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Global Variables                                                                                                             *
     45*********************************************************************************************************************************/
    4546/** The NT CPU set.
    4647 * KeQueryActiveProcssors() cannot be called at all IRQLs and therefore we'll
  • trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-nt-kernel.h"
    3232
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Defined Constants And Macros                                               *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Defined Constants And Macros                                                                                                 *
     45*********************************************************************************************************************************/
    4646/** Maximum number of bytes we try to lock down in one go.
    4747 * This is supposed to have a limit right below 256MB, but this appears
     
    5656
    5757
    58 /*******************************************************************************
    59 *   Structures and Typedefs                                                    *
    60 *******************************************************************************/
     58/*********************************************************************************************************************************
     59*   Structures and Typedefs                                                                                                      *
     60*********************************************************************************************************************************/
    6161/**
    6262 * The NT version of the memory object structure.
  • trunk/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-nt-kernel.h"
    3232
  • trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-nt-kernel.h"
    3232
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Structures and Typedefs                                                    *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4646typedef enum
    4747{
  • trunk/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132
     
    6465
    6566
    66 /*******************************************************************************
    67 *   Structures and Typedefs                                                    *
    68 *******************************************************************************/
     67/*********************************************************************************************************************************
     68*   Structures and Typedefs                                                                                                      *
     69*********************************************************************************************************************************/
    6970/** Typedef of KeRegisterProcessorChangeCallback. */
    7071typedef PVOID (__stdcall *PFNMYKEREGISTERPROCESSORCHANGECALLBACK)(PPROCESSOR_CALLBACK_FUNCTION, PVOID, ULONG);
     
    7374
    7475
    75 /*******************************************************************************
    76 *   Global Variables                                                           *
    77 *******************************************************************************/
     76/*********************************************************************************************************************************
     77*   Global Variables                                                                                                             *
     78*********************************************************************************************************************************/
    7879/** The pointer to KeRegisterProcessorChangeCallback if found. */
    7980static PFNMYKEREGISTERPROCESSORCHANGECALLBACK   g_pfnKeRegisterProcessorChangeCallback = NULL;
  • trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp

    r57122 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Windows.h>
    3232#include <Dbghelp.h>
     
    4848
    4949
    50 /*******************************************************************************
    51 *   Structures and Typedefs                                                    *
    52 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Structures and Typedefs                                                                                                      *
     52*********************************************************************************************************************************/
    5353/** A structure member we're interested in. */
    5454typedef struct MYMEMBER
     
    109109
    110110
    111 /*******************************************************************************
    112 *   Global Variables                                                           *
    113 *******************************************************************************/
     111/*********************************************************************************************************************************
     112*   Global Variables                                                                                                             *
     113*********************************************************************************************************************************/
    114114/** Verbosity level (-v, --verbose). */
    115115static uint32_t g_iOptVerbose = 1;
  • trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132#include <iprt/process.h>
  • trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENT_WITHOUT_REMAPPING
    3232#include "the-nt-kernel.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * NT event semaphore.
  • trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3232#include "the-nt-kernel.h"
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * NT event semaphore.
  • trunk/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp

    r56290 r57358  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include "the-nt-kernel.h"
    3333#include <iprt/semaphore.h>
     
    4040
    4141
    42 /*******************************************************************************
    43 *   Structures and Typedefs                                                    *
    44 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Structures and Typedefs                                                                                                      *
     44*********************************************************************************************************************************/
    4545/**
    4646 * Wrapper for the linux semaphore structure.
  • trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp

    r56290 r57358  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#define RTSEMMUTEX_WITHOUT_REMAPPING
    3333#include "the-nt-kernel.h"
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Structures and Typedefs                                                    *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4646/**
    4747 * NT mutex semaphore.
  • trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-nt-kernel.h"
    3232
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Defined Constants And Macros                                               *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Defined Constants And Macros                                                                                                 *
     48*********************************************************************************************************************************/
    4949/** Apply the NoIrq hack if defined. */
    5050#define RTSPINLOCK_NT_HACK_NOIRQ
     
    5858
    5959
    60 /*******************************************************************************
    61 *   Structures and Typedefs                                                    *
    62 *******************************************************************************/
     60/*********************************************************************************************************************************
     61*   Structures and Typedefs                                                                                                      *
     62*********************************************************************************************************************************/
    6363/**
    6464 * Wrapper for the KSPIN_LOCK type.
  • trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132
  • trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp

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

    r56753 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "the-nt-kernel.h"
    3132
     
    4647
    4748
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Structures and Typedefs                                                                                                      *
     51*********************************************************************************************************************************/
    5152/**
    5253 * A sub timer structure.
  • trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include <iprt/assert.h>
    3636#include <iprt/log.h>
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Global Variables                                                           *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Global Variables                                                                                                             *
     47*********************************************************************************************************************************/
    4848/** The last assert message. (in DATA16) */
    4949extern char g_szRTAssertMsg[2048];
     
    5252
    5353
    54 /*******************************************************************************
    55 *   Internal Functions                                                         *
    56 *******************************************************************************/
     54/*********************************************************************************************************************************
     55*   Internal Functions                                                                                                           *
     56*********************************************************************************************************************************/
    5757static DECLCALLBACK(size_t) rtR0Os2AssertOutputCB(void *pvArg, const char *pachChars, size_t cbChars);
    5858
  • trunk/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp

    r48935 r57358  
    3131#define RT_STRICT
    3232
    33 /*******************************************************************************
    34 *   Header Files                                                               *
    35 *******************************************************************************/
     33
     34/*********************************************************************************************************************************
     35*   Header Files                                                                                                                 *
     36*********************************************************************************************************************************/
    3637#include "the-os2-kernel.h"
    3738
     
    4142
    4243
    43 /*******************************************************************************
    44 *   Global Variables                                                           *
    45 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Global Variables                                                                                                             *
     46*********************************************************************************************************************************/
    4647/** Pointer to the 1st DOS variable table. */
    4748PCDOSTABLE  g_pDosTable = NULL;
  • trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Structures and Typedefs                                                                                                      *
     49*********************************************************************************************************************************/
    5050/**
    5151 * The OS/2 version of the memory object structure.
     
    6464
    6565
    66 /*******************************************************************************
    67 *   Internal Functions                                                         *
    68 *******************************************************************************/
     66/*********************************************************************************************************************************
     67*   Internal Functions                                                                                                           *
     68*********************************************************************************************************************************/
    6969static void rtR0MemObjFixPageList(KernPageList_t *paPages, ULONG cPages, ULONG cPagesRet);
    7070
  • trunk/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "the-os2-kernel.h"
    3232
  • trunk/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636
  • trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636#include "internal/iprt.h"
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * OS/2 event semaphore.
  • trunk/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636#include "internal/iprt.h"
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Structures and Typedefs                                                                                                      *
     49*********************************************************************************************************************************/
    5050/**
    5151 * OS/2 multiple release event semaphore.
  • trunk/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp

    r48935 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-os2-kernel.h"
    3536
     
    4344
    4445
    45 /*******************************************************************************
    46 *   Structures and Typedefs                                                    *
    47 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4849/**
    4950 * Wrapper for the OS/2 KEE mutex semaphore.
  • trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp

    r52618 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-os2-kernel.h"
    3536
     
    4647
    4748
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Structures and Typedefs                                                                                                      *
     51*********************************************************************************************************************************/
    5152/**
    5253 * Wrapper for the SpinLock_t type.
  • trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp

    r48935 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-os2-kernel.h"
    3536#include "internal/iprt.h"
     
    4445
    4546
    46 /*******************************************************************************
    47 *   Global Variables                                                           *
    48 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Global Variables                                                                                                             *
     49*********************************************************************************************************************************/
    4950/** Per-cpu preemption counters. */
    5051static int32_t volatile g_acPreemptDisabled[256];
  • trunk/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp

    r54358 r57358  
    2929 */
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3435#include "the-os2-kernel.h"
    3536
  • trunk/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636
  • trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp

    r52618 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#include "the-os2-kernel.h"
    3636
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * The internal representation of an OS/2 timer handle.
     
    8282
    8383
    84 /*******************************************************************************
    85 *   Global Variables                                                           *
    86 *******************************************************************************/
     84/*********************************************************************************************************************************
     85*   Global Variables                                                                                                             *
     86*********************************************************************************************************************************/
    8787/** Spinlock protecting the timers. */
    8888static RTSPINLOCK           g_Spinlock = NIL_RTSPINLOCK;
     
    9898
    9999
    100 /*******************************************************************************
    101 *   Internal Functions                                                         *
    102 *******************************************************************************/
     100/*********************************************************************************************************************************
     101*   Internal Functions                                                                                                           *
     102*********************************************************************************************************************************/
    103103RT_C_DECLS_BEGIN
    104104DECLASM(void) rtTimerOs2Tick(void);
  • trunk/src/VBox/Runtime/r0drv/powernotification-r0drv.c

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/power.h>
    3232#include "internal/iprt.h"
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * Notification registration record tracking
     
    6868
    6969
    70 /*******************************************************************************
    71 *   Global Variables                                                           *
    72 *******************************************************************************/
     70/*********************************************************************************************************************************
     71*   Global Variables                                                                                                             *
     72*********************************************************************************************************************************/
    7373/** The spinlock protecting the list. */
    7474static RTSPINLOCK volatile g_hRTPowerNotifySpinLock = NIL_RTSPINLOCK;
  • 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