Searched refs:ppbPage (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIVpdPagePool.cpp71 int vscsiVpdPagePoolAllocNewPage(PVSCSIVPDPOOL pVScsiVpdPool, uint8_t uPage, size_t cbPage, uint8_t **ppbPage) argument
89 *ppbPage = &pPage->abPage[0];
H A DVSCSIInternal.h306 * @param ppbPage Where to store the pointer to the raw page data on success.
308 int vscsiVpdPagePoolAllocNewPage(PVSCSIVPDPOOL pVScsiVpdPool, uint8_t uPage, size_t cbPage, uint8_t **ppbPage);

Completed in 1006 milliseconds