Searched refs:uPage (Results 1 - 4 of 4) 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)
H A DVSCSIInternal.h304 * @param uPage The page number, must be unique.
308 int vscsiVpdPagePoolAllocNewPage(PVSCSIVPDPOOL pVScsiVpdPool, uint8_t uPage, size_t cbPage, uint8_t **ppbPage);
318 * @param uPage Page to query.
320 int vscsiVpdPagePoolQueryPage(PVSCSIVPDPOOL pVScsiVpdPool, PVSCSIREQINT pVScsiReq, uint8_t uPage);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daclui.h137 STDMETHOD(PropertySheetPageCallback)(THIS_ HWND hwnd, UINT uMsg, SI_PAGE_TYPE uPage ) PURE;
228 STDMETHOD(OpenElevatedEditor) (THIS_ HWND hWnd, SI_PAGE_TYPE uPage) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daclui.h137 STDMETHOD(PropertySheetPageCallback)(THIS_ HWND hwnd, UINT uMsg, SI_PAGE_TYPE uPage ) PURE;
228 STDMETHOD(OpenElevatedEditor) (THIS_ HWND hWnd, SI_PAGE_TYPE uPage) PURE;

Completed in 45 milliseconds