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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp140 static char *stringifyMemProt(uint32_t fProt, char *pszBuf, size_t cbBuf) function
199 stringifyMemProt(MemInfo.Protect, szMemProt, sizeof(szMemProt))
206 RTTestIPrintf(RTTESTLVL_ALWAYS, " %s", stringifyMemProt(MemInfo.AllocationProtect, szAllocProt, sizeof(szAllocProt)));

Completed in 43 milliseconds