Searched refs:idx_first (Results 1 - 1 of 1) sorted by relevance
/systemd/src/boot/efi/ |
H A D | boot.c | 470 UINTN idx_first; local 516 idx_first = config->idx_default-1; 518 idx_first = 0; 520 idx_last = idx_first + visible_max-1; 572 if (i < idx_first || i > idx_last) 574 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, 0, y_start + i - idx_first); 583 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, x_start-3, y_start + i - idx_first); 589 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, 0, y_start + idx_highlight_prev - idx_first); 593 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, x_start-3, y_start + idx_highlight_prev - idx_first); 597 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, 0, y_start + idx_highlight - idx_first); [all...] |
Completed in 1266 milliseconds