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

/vbox/src/VBox/VMM/testcase/
H A DtstSSM.cpp494 char achPage[PAGE_SIZE]; local
495 rc = SSMR3GetMem(pSSM, &achPage[0], PAGE_SIZE);
501 if (memcmp(achPage, pu8Org, PAGE_SIZE))
601 char achPage[PAGE_SIZE]; local
602 rc = SSMR3GetMem(pSSM, &achPage[0], PAGE_SIZE);
608 if (memcmp(achPage, gabPage, PAGE_SIZE))

Completed in 49 milliseconds