Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/HostDrivers/Support/testcase
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/err.h> -
trunk/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp
r56293 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <VBox/sup.h> 31 32 #include <iprt/buildconfig.h> -
trunk/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/err.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/param.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r57354 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <VBox/sup.h> 31 32 #include <VBox/err.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/err.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstInit.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/err.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/vmm/vm.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/param.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstNtQueryStuff.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/nt/nt-and-windows.h> 32 32 #include <iprt/test.h> … … 34 34 35 35 36 /******************************************************************************* 37 * Structures and Typedefs *38 ******************************************************************************* /36 /********************************************************************************************************************************* 37 * Structures and Typedefs * 38 *********************************************************************************************************************************/ 39 39 typedef struct FLAGDESC 40 40 { … … 46 46 47 47 48 /******************************************************************************* 49 * Global Variables *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Global Variables * 50 *********************************************************************************************************************************/ 51 51 static RTTEST g_hTest = NIL_RTTEST; 52 52 static HANDLE g_hProcess = NULL; -
trunk/src/VBox/HostDrivers/Support/testcase/tstPage.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/param.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r56990 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/param.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 #include <VBox/err.h> -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp
r56293 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 … … 43 43 44 44 45 /******************************************************************************* 46 * Structures and Typedefs *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Structures and Typedefs * 47 *********************************************************************************************************************************/ 48 48 static PSUPDRVSESSION g_pSession; 49 49 static RTTEST g_hTest; -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp
r57004 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <VBox/sup.h> 32 32 … … 44 44 45 45 46 /******************************************************************************* 47 * Structures and Typedefs *48 ******************************************************************************* /46 /********************************************************************************************************************************* 47 * Structures and Typedefs * 48 *********************************************************************************************************************************/ 49 49 static PSUPDRVSESSION g_pSession; 50 50 static RTTEST g_hTest; -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupTscDelta.cpp
r56740 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <VBox/sup.h> 31 32 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.