Searched defs:uPage (Results 1 - 1 of 1) 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
79 if (pPage->abPage[1] == uPage)
87 pPage->abPage[1] = uPage;
98 int vscsiVpdPagePoolQueryPage(PVSCSIVPDPOOL pVScsiVpdPool, PVSCSIREQINT pVScsiReq, uint8_t uPage) argument
105 if (pPage->abPage[1] == uPage)

Completed in 32 milliseconds