Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c495 UINTN i, max_dim, best_mode, cols, rows; in efi_cons_init() local
526 max_dim = best_mode = 0; in efi_cons_init()
533 best_mode = i; in efi_cons_init()
537 conout->SetMode(conout, best_mode); in efi_cons_init()
538 status = conout->QueryMode(conout, best_mode, &cols, &rows); in efi_cons_init()