Searched refs:fWithDesc (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dstam.h1208 VMMR3DECL(int) STAMR3Snapshot(PUVM pUVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc);
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp117 bool fWithDesc; member in struct:STAMR3SNAPSHOTONE
1790 * @param fWithDesc Whether to include the descriptions.
1797 VMMR3DECL(int) STAMR3Snapshot(PUVM pUVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc)
1802 STAMR3SNAPSHOTONE State = { NULL, NULL, NULL, pUVM->pVM, 0, VINF_SUCCESS, fWithDesc };
1965 if (pThis->fWithDesc && pDesc->pszDesc)

Completed in 51 milliseconds