Searched refs:SecRow (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcBoot.c | 81 INT32 SecRow; in PxeBcSelectBootPrompt() local 181 SecRow = gST->ConOut->Mode->CursorRow; in PxeBcSelectBootPrompt() 185 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 191 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 243 gST->ConOut->SetCursorPosition (gST->ConOut, 0 , SecRow + 1); in PxeBcSelectBootPrompt()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcDhcp.c | 1650 INT32 SecRow; in PxeBcSelectBootPrompt() local 1743 SecRow = gST->ConOut->Mode->CursorRow; in PxeBcSelectBootPrompt() 1747 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 1753 gST->ConOut->SetCursorPosition (gST->ConOut, SecCol + PromptLen, SecRow); in PxeBcSelectBootPrompt() 1798 gST->ConOut->SetCursorPosition (gST->ConOut, 0 , SecRow + 1); in PxeBcSelectBootPrompt()
|