Searched refs:SecRow (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/ |
H A D | PxeBcBoot.c | 80 INT32 SecRow; local 169 SecRow = gST->ConOut->Mode->CursorRow; 173 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); 178 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); 229 gST->ConOut->SetCursorPosition (gST->ConOut, 0 , SecRow + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
H A D | PxeBcDhcp.c | 1521 INT32 SecRow; local 1601 SecRow = gST->ConOut->Mode->CursorRow; 1605 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); 1611 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); 1656 gST->ConOut->SetCursorPosition (gST->ConOut, 0 , SecRow + 1);
|
Completed in 122 milliseconds