Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/solaris
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r57108 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #define LOG_GROUP LOG_GROUP_SUP_DRV 31 32 #include <sys/types.h> … … 65 66 66 67 67 /******************************************************************************* 68 * Defined Constants And Macros *69 ******************************************************************************* /68 /********************************************************************************************************************************* 69 * Defined Constants And Macros * 70 *********************************************************************************************************************************/ 70 71 /** The system device name. */ 71 72 #define DEVICE_NAME_SYS "vboxdrv" … … 78 79 79 80 80 /******************************************************************************* 81 * Internal Functions *82 ******************************************************************************* /81 /********************************************************************************************************************************* 82 * Internal Functions * 83 *********************************************************************************************************************************/ 83 84 static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred); 84 85 static int VBoxDrvSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred); … … 95 96 96 97 97 /******************************************************************************* 98 * Global Variables *99 ******************************************************************************* /98 /********************************************************************************************************************************* 99 * Global Variables * 100 *********************************************************************************************************************************/ 100 101 /** 101 102 * cb_ops: for drivers that support char/block entry points -
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r56293 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #define LOG_GROUP LOG_GROUP_SUP 31 32 #ifdef IN_SUP_HARDENED_R3 … … 62 63 63 64 64 /******************************************************************************* 65 * Defined Constants And Macros *66 ******************************************************************************* /65 /********************************************************************************************************************************* 66 * Defined Constants And Macros * 67 *********************************************************************************************************************************/ 67 68 /** Solaris device link - system. */ 68 69 #define DEVICE_NAME_SYS "/devices/pseudo/vboxdrv@0:vboxdrv" -
trunk/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c
r56293 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include "../SUPR0IdcClientInternal.h" 31 32 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.