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

/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp1235 * @param cbWhat Size of the return buffer.
1239 char *pszWhat, size_t cbWhat, uint32_t *pcbAlloc)
1243 int rc = RTStrCopy(pszWhat, cbWhat, pLookup->pszDesc);
1255 * @param cbWhat Size of the return buffer.
1258 VMMR3_INT_DECL(int) MMR3HyperQueryInfoFromHCPhys(PVM pVM, RTHCPHYS HCPhys, char *pszWhat, size_t cbWhat, uint32_t *pcbAlloc) argument
1271 return mmR3HyperQueryInfoFromHCPhysFound(pVM, HCPhys, pLookup, pszWhat, cbWhat, pcbAlloc);
1278 return mmR3HyperQueryInfoFromHCPhysFound(pVM, HCPhys, pLookup, pszWhat, cbWhat, pcbAlloc);
1294 return mmR3HyperQueryInfoFromHCPhysFound(pVM, HCPhys, pLookup, pszWhat, cbWhat, pcbAlloc);
1238 mmR3HyperQueryInfoFromHCPhysFound(PVM pVM, RTHCPHYS HCPhys, PMMLOOKUPHYPER pLookup, char *pszWhat, size_t cbWhat, uint32_t *pcbAlloc) argument

Completed in 47 milliseconds