Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dconsole.c201 UINT32 screen_width, screen_height; in get_auto_mode() local
203 if (!EFI_ERROR(query_screen_resolution(&screen_width, &screen_height))) { in get_auto_mode()
209 if (screen_width <= HORIZONTAL_MAX_OK && screen_height <= VERTICAL_MAX_OK) in get_auto_mode()
217 UINT64 screen_area = (UINT64)screen_width * (UINT64)screen_height; in get_auto_mode()
Dboot.c469 UINT32 screen_width = 0, screen_height = 0; in print_status() local
478 query_screen_resolution(&screen_width, &screen_height); in print_status()
496 …ut->Mode->Mode, ST->ConOut->Mode->MaxMode - INT64_C(1), x_max, y_max, screen_width, screen_height); in print_status()