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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c81 UINT16 mCurrentPage; variable
366 mCurrentPage = FORM_ID_DEVICE;
658 mCurrentPage = FORM_ID_DRIVER;
909 mCurrentPage = FORM_ID_ORDER;
1279 if (mCurrentPage == FORM_ID_DRIVER) {
1285 // Since UpdatePrioritySelectPage will change mCurrentPage,
1286 // should ensure the mCurrentPage still indicate the second page here
1288 mCurrentPage = FORM_ID_DRIVER;
1291 if (mCurrentPage == FORM_ID_ORDER) {
1674 mCurrentPage
[all...]

Completed in 34 milliseconds