Searched defs:SSMFILEDIR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp822 typedef struct SSMFILEDIR struct
833 } SSMFILEDIR; typedef in typeref:struct:SSMFILEDIR
834 AssertCompileSize(SSMFILEDIR, 32);
836 typedef SSMFILEDIR *PSSMFILEDIR;
838 typedef SSMFILEDIR *PSSMFILEDIR;
4636 size_t cbDir = RT_OFFSETOF(SSMFILEDIR, aEntries[pVM->ssm.s.cUnits]);
4667 cbDir = RT_OFFSETOF(SSMFILEDIR, aEntries[pDir->cEntries]);
8060 AssertLogRelReturn(RT_UOFFSETOF(SSMFILEDIR, aEntries[pDir->cEntries]) == cbDir, VERR_SSM_INTEGRITY_DIR);
8324 size_t const cbDirHdr = RT_OFFSETOF(SSMFILEDIR, aEntries);
8325 SSMFILEDIR DirHd
[all...]

Completed in 49 milliseconds