Home
last modified time | relevance | path

Searched refs:SecRow (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcBoot.c81 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/
DPxeBcDhcp.c1650 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()