Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/HostDrivers/Support/darwin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r57266 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 "../../../Runtime/r0drv/darwin/the-darwin-kernel.h" … … 76 77 77 78 78 /******************************************************************************* 79 * Defined Constants And Macros *80 ******************************************************************************* /79 /********************************************************************************************************************************* 80 * Defined Constants And Macros * 81 *********************************************************************************************************************************/ 81 82 82 83 /** The system device node name. */ … … 87 88 88 89 89 /******************************************************************************* 90 * Internal Functions *91 ******************************************************************************* /90 /********************************************************************************************************************************* 91 * Internal Functions * 92 *********************************************************************************************************************************/ 92 93 RT_C_DECLS_BEGIN 93 94 static kern_return_t VBoxDrvDarwinStart(struct kmod_info *pKModInfo, void *pvData); … … 109 110 110 111 111 /******************************************************************************* 112 * Structures and Typedefs *113 ******************************************************************************* /112 /********************************************************************************************************************************* 113 * Structures and Typedefs * 114 *********************************************************************************************************************************/ 114 115 /** 115 116 * The service class. … … 161 162 162 163 163 /******************************************************************************* 164 * Global Variables *165 ******************************************************************************* /164 /********************************************************************************************************************************* 165 * Global Variables * 166 *********************************************************************************************************************************/ 166 167 /** 167 168 * Declare the module stuff. -
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.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 … … 57 58 58 59 59 /******************************************************************************* 60 * Defined Constants And Macros *61 ******************************************************************************* /60 /********************************************************************************************************************************* 61 * Defined Constants And Macros * 62 *********************************************************************************************************************************/ 62 63 /** System device name. */ 63 64 #define DEVICE_NAME_SYS "/dev/vboxdrv" -
trunk/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.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.