Searched refs:SecRow (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcBoot.c | 80 INT32 SecRow; in PxeBcSelectBootPrompt() local 180 SecRow = gST->ConOut->Mode->CursorRow; in PxeBcSelectBootPrompt() 184 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 190 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 242 gST->ConOut->SetCursorPosition (gST->ConOut, 0 , SecRow + 1); in PxeBcSelectBootPrompt()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcDhcp.c | 1592 INT32 SecRow; in PxeBcSelectBootPrompt() local 1685 SecRow = gST->ConOut->Mode->CursorRow; in PxeBcSelectBootPrompt() 1689 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 1695 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 1740 gST->ConOut->SetCursorPosition (gST->ConOut, 0 , SecRow + 1); in PxeBcSelectBootPrompt()
|