- Timestamp:
- Nov 3, 2016 2:02:39 PM (8 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInFreeBsd.cpp
r64382 r64532 130 130 * set during probing. */ 131 131 DBGFADDRESS AddrKernelElfStart; 132 /** Address of the theinterpreter content aka "/red/herring". */132 /** Address of the interpreter content aka "/red/herring". */ 133 133 DBGFADDRESS AddrKernelInterp; 134 134 /** Address of the start of the text section. */ -
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r64348 r64532 524 524 * @param pCfg Audio stream configuration to use. 525 525 * @param fFlags Stream creation flags. Currently unused, set to 0. 526 * @param ppStream Pointer which receives the thenewly created audio stream.526 * @param ppStream Pointer which receives the newly created audio stream. 527 527 */ 528 528 int AudioMixerSinkCreateStream(PAUDMIXSINK pSink, -
trunk/src/VBox/Disassembler/DisasmCore.cpp
r63567 r64532 2849 2849 * @param fFilter The instruction filter settings. 2850 2850 * @param pfnReadBytes The byte reader, can be NULL. 2851 * @param pvUser The theuser data for the reader.2851 * @param pvUser The user data for the reader. 2852 2852 */ 2853 2853 DECL_FORCE_INLINE(PCDISOPCODE) -
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r64189 r64532 142 142 int rc; 143 143 /** Used for shutting up load and error messages after a while so they don't 144 * flood the thelog file and fill up the disk. */144 * flood the log file and fill up the disk. */ 145 145 uint32_t volatile cHits; 146 146 /** The validation flags (for WinVerifyTrust retry). */ -
trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
r62677 r64532 37 37 * The Dll main entry point. 38 38 * @remarks The dllexport is for forcing the linker to generate an import 39 * library, so the thebuild system doesn't get confused.39 * library, so the build system doesn't get confused. 40 40 */ 41 41 extern "C" __declspec(dllexport) -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r63136 r64532 14873 14873 will return an error (unless explicitly stated otherwise). That 14874 14874 includes an attempt to start a virtual machine that wants to 14875 write to the themedium.14875 write to the medium. 14876 14876 14877 14877 When the virtual machine is started up, it locks for reading all -
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r63248 r64532 2255 2255 if (RT_SUCCESS(vrc)) 2256 2256 return vrc; 2257 /* else do the thewaiting below. */2257 /* else do the waiting below. */ 2258 2258 } 2259 2259 -
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r63567 r64532 369 369 vdScriptStackPush(&pThis->StackCtrl); 370 370 371 /* Push the conditional first and the theinitializer .*/371 /* Push the conditional first and the initializer .*/ 372 372 rc = vdScriptInterpreterPushAstEntry(pThis, &pStmt->For.pExprCond->Core); 373 373 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.