Searched refs:pcbAlloc (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboardGuestToHost.cpp117 * @param pcbAlloc Where to return the size of the memory block
123 uint32_t *pcbAlloc)
134 AssertPtrReturn(pcbAlloc, VERR_INVALID_POINTER);
176 *pcbAlloc = cbAlloc;
122 vbclClipboardReadGuestData(PasteboardRef pPasteboard, CFStringRef sFormat, void **ppvData, uint32_t *pcbData, uint32_t *pcbAlloc) argument
/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp1236 * @param pcbAlloc Where to return the size of whatever it is.
1239 char *pszWhat, size_t cbWhat, uint32_t *pcbAlloc)
1242 *pcbAlloc = pLookup->cb;
1256 * @param pcbAlloc Where to return the size of whatever it is.
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
/vbox/include/VBox/vmm/
H A Dmm.h281 VMMR3_INT_DECL(int) MMR3HyperQueryInfoFromHCPhys(PVM pVM, RTHCPHYS HCPhys, char *pszWhat, size_t cbWhat, uint32_t *pcbAlloc);

Completed in 48 milliseconds