VirtualBox

Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMR3/SSM.cpp


Ignore:
Timestamp:
Oct 8, 2015 5:11:58 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103219
Message:

VMM: Made @param pVM more uniform and to the point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SSM.cpp

    r58116 r58122  
    901901 * Cleans up resources allocated by SSM on VM termination.
    902902 *
    903  * @param   pVM                 Pointer to the VM.
     903 * @param   pVM                 The cross context VM structure.
    904904 */
    905905VMMR3_INT_DECL(void) SSMR3Term(PVM pVM)
     
    917917 *
    918918 * @returns VBox status code.
    919  * @param   pVM         The VM.
     919 * @param   pVM         The cross context VM structure.
    920920 */
    921921static int ssmR3LazyInit(PVM pVM)
     
    955955 *
    956956 * @returns VBox status code.
    957  * @param   pVM             Pointer to the VM.
     957 * @param   pVM             The cross context VM structure.
    958958 * @param   pSSM            The SSM handle.
    959959 * @param   uPass           The data pass number.
     
    978978 *
    979979 * @returns VBox status code.
    980  * @param   pVM             Pointer to the VM.
     980 * @param   pVM             The cross context VM structure.
    981981 * @param   pSSM            The SSM handle.
    982982 */
     
    10081008 *
    10091009 * @returns VBox status code.
    1010  * @param   pVM             Pointer to the VM.
     1010 * @param   pVM             The cross context VM structure.
    10111011 * @param   pSSM            The SSM handle.
    10121012 * @param   uVersion        The version (1).
     
    10721072 *
    10731073 * @returns VBox status code.
    1074  * @param   pVM             Pointer to the VM.
     1074 * @param   pVM             The cross context VM structure.
    10751075 * @param   pSSM            The SSM handle.
    10761076 * @param   uVersion        The version (1).
     
    11061106 *
    11071107 * @returns VBox status code.
    1108  * @param   pVM             Pointer to the VM.
     1108 * @param   pVM             The cross context VM structure.
    11091109 * @param   pszName         Data unit name.
    11101110 * @param   uInstance       The instance id.
     
    12121212 * @returns VBox status.
    12131213 *
    1214  * @param   pVM             Pointer to the VM.
     1214 * @param   pVM             The cross context VM structure.
    12151215 * @param   pDevIns         Device instance.
    12161216 * @param   pszName         Data unit name.
     
    12681268 * @returns VBox status.
    12691269 *
    1270  * @param   pVM             Pointer to the VM.
     1270 * @param   pVM             The cross context VM structure.
    12711271 * @param   pDrvIns         Driver instance.
    12721272 * @param   pszName         Data unit name.
     
    13201320 * @returns VBox status.
    13211321 *
    1322  * @param   pVM             Pointer to the VM.
     1322 * @param   pVM             The cross context VM structure.
    13231323 * @param   pUsbIns         USB instance.
    13241324 * @param   pszName         Data unit name.
     
    13721372 * @returns VBox status.
    13731373 *
    1374  * @param   pVM             Pointer to the VM.
     1374 * @param   pVM             The cross context VM structure.
    13751375 * @param   pszName         Data unit name.
    13761376 * @param   uInstance       The instance identifier of the data unit.
     
    14891489 *
    14901490 * @returns VBox status code.
    1491  * @param   pVM                 The VM handle.
     1491 * @param   pVM                 The cross context VM structure.
    14921492 * @param   pszName             Data unit name.
    14931493 * @param   uInstance           Instance number.
     
    15071507 * @returns VBox status.
    15081508 *
    1509  * @param   pVM             Pointer to the VM.
     1509 * @param   pVM             The cross context VM structure.
    15101510 * @param   pDevIns         Device instance.
    15111511 * @param   pszName         Data unit name.
     
    15831583 *
    15841584 * @returns VBox status.
    1585  * @param   pVM             Pointer to the VM.
     1585 * @param   pVM             The cross context VM structure.
    15861586 * @param   pDrvIns         Driver instance.
    15871587 * @param   pszName         Data unit name.
     
    16571657 *
    16581658 * @returns VBox status.
    1659  * @param   pVM             Pointer to the VM.
     1659 * @param   pVM             The cross context VM structure.
    16601660 * @param   pUsbIns         USB device instance.
    16611661 * @param   pszName         Data unit name.
     
    17271727 *
    17281728 * @returns VBox status.
    1729  * @param   pVM             Pointer to the VM.
     1729 * @param   pVM             The cross context VM structure.
    17301730 * @param   enmType         Unit type
    17311731 * @param   pszName         Data unit name.
     
    17841784 *
    17851785 * @returns VBox status.
    1786  * @param   pVM             Pointer to the VM.
     1786 * @param   pVM             The cross context VM structure.
    17871787 * @param   pszName         Data unit name.
    17881788 * @remark  Only for dynamic data units.
     
    17981798 *
    17991799 * @returns VBox status.
    1800  * @param   pVM             Pointer to the VM.
     1800 * @param   pVM             The cross context VM structure.
    18011801 * @param   pszName         Data unit name.
    18021802 * @remark  Only for dynamic data units.
     
    32023202 * Makes the SSM operation cancellable or not (via SSMR3Cancel).
    32033203 *
    3204  * @param   pVM             Pointer to the VM.
     3204 * @param   pVM             The cross context VM structure.
    32053205 * @param   pSSM            The saved state handle. (SSMHANDLE::rc may be set.)
    32063206 * @param   fCancellable    The new state.
     
    45054505 *
    45064506 * @returns VBox status code (pSSM->rc).
    4507  * @param   pVM                 Pointer to the VM.
     4507 * @param   pVM                 The cross context VM structure.
    45084508 * @param   pSSM                The saved state handle.
    45094509 */
     
    45664566 *
    45674567 * @returns VBox status code (pSSM->rc).
    4568  * @param   pVM                 Pointer to the VM.
     4568 * @param   pVM                 The cross context VM structure.
    45694569 * @param   pSSM                The saved state handle.
    45704570 */
     
    46654665 *
    46664666 * @returns VBox status code.
    4667  * @param   pVM                 Pointer to the VM.
     4667 * @param   pVM                 The cross context VM structure.
    46684668 * @param   pSSM                The SSM handle.
    46694669 * @param   pcEntries           Where to return the number of directory entries.
     
    47204720 *
    47214721 * @returns VBox status code (pSSM->rc).
    4722  * @param   pVM                 Pointer to the VM.
     4722 * @param   pVM                 The cross context VM structure.
    47234723 * @param   pSSM                The saved state handle.
    47244724 */
     
    48114811 *
    48124812 * @returns VBox status code (pSSM->rc).
    4813  * @param   pVM                 Pointer to the VM.
     4813 * @param   pVM                 The cross context VM structure.
    48144814 * @param   pSSM                The saved state handle.
    48154815 */
     
    49564956 *
    49574957 * @returns VBox status code (pSSM->rc).
    4958  * @param   pVM                 Pointer to the VM.
     4958 * @param   pVM                 The cross context VM structure.
    49594959 * @param   pSSM                The saved state handle.
    49604960 */
     
    50225022 *
    50235023 * @returns VBox status code (no need to check pSSM->rc).
    5024  * @param   pVM                 Pointer to the VM.
     5024 * @param   pVM                 The cross context VM structure.
    50255025 * @param   pSSM                The state handle.
    50265026 *
     
    50895089 *
    50905090 * @returns VBox status code.
    5091  * @param   pVM                 Pointer to the VM.
     5091 * @param   pVM                 The cross context VM structure.
    50925092 * @param   pSSM                The SSM handle.
    50935093 */
     
    51355135 *
    51365136 * @returns VBox status code.
    5137  * @param   pVM                 Pointer to the VM.
     5137 * @param   pVM                 The cross context VM structure.
    51385138 * @param   pszFilename         The name of the file.  NULL if pStreamOps is
    51395139 *                              used.
     
    52015201 * @returns VBox status.
    52025202 *
    5203  * @param   pVM             Pointer to the VM.
     5203 * @param   pVM             The cross context VM structure.
    52045204 * @param   pszFilename     Name of the file to save the state in. NULL if pStreamOps is used.
    52055205 * @param   pStreamOps      The stream method table. NULL if pszFilename is
     
    52955295 * @retval  VINF_SSM_VOTE_FOR_ANOTHER_PASS if we need another pass.
    52965296 *
    5297  * @param   pVM                 Pointer to the VM.
     5297 * @param   pVM                 The cross context VM structure.
    52985298 * @param   pSSM                The saved state handle.
    52995299 * @param   uPass               The current pass.
     
    54015401 * @returns VBox status code (no need to check pSSM->rc).
    54025402 *
    5403  * @param   pVM                 Pointer to the VM.
     5403 * @param   pVM                 The cross context VM structure.
    54045404 * @param   pSSM                The saved state handle.
    54055405 * @param   uPass               The current pass.
     
    55335533 *
    55345534 * @returns VBox status code (no need to check pSSM->rc).
    5535  * @param   pVM                 Pointer to the VM.
     5535 * @param   pVM                 The cross context VM structure.
    55365536 * @param   pSSM                The saved state handle.
    55375537 */
     
    56055605 *
    56065606 * @returns VBox status code (no need to check pSSM->rc).
    5607  * @param   pVM                 Pointer to the VM.
     5607 * @param   pVM                 The cross context VM structure.
    56085608 * @param   pSSM                The saved state handle.
    56095609 */
     
    57165716 * @returns VBox status.
    57175717 *
    5718  * @param   pVM             Pointer to the VM.
     5718 * @param   pVM             The cross context VM structure.
    57195719 * @param   cMsMaxDowntime  The maximum downtime given as milliseconds.
    57205720 * @param   pszFilename     Name of the file to save the state in. This string
     
    79987998 * @returns VBox status code.
    79997999 *
    8000  * @param   pVM                 Pointer to the VM.
     8000 * @param   pVM                 The cross context VM structure.
    80018001 * @param   pszFilename         The filename. NULL if pStreamOps is used.
    80028002 * @param   pStreamOps          The stream method table. NULL if pszFilename is
     
    82798279 * @returns NULL if not found.
    82808280 *
    8281  * @param   pVM             Pointer to the VM.
     8281 * @param   pVM             The cross context VM structure.
    82828282 * @param   pszName         Data unit name.
    82838283 * @param   uInstance       The data unit instance id.
     
    83008300 *
    83018301 * @returns VBox status code.
    8302  * @param   pVM                 Pointer to the VM.
     8302 * @param   pVM                 The cross context VM structure.
    83038303 * @param   pSSM                The saved state handle.
    83048304 */
     
    85638563 * @returns VBox status code.  May or may not set pSSM->rc, the returned
    85648564 *          status code is ALWAYS the more accurate of the two.
    8565  * @param   pVM                 Pointer to the VM.
     8565 * @param   pVM                 The cross context VM structure.
    85668566 * @param   pSSM                The saved state handle.
    85678567 */
     
    87448744 * @returns VBox status.
    87458745 *
    8746  * @param   pVM             Pointer to the VM.
     8746 * @param   pVM             The cross context VM structure.
    87478747 * @param   pszFilename     The name of the saved state file. NULL if pStreamOps
    87488748 *                          is used.
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