Searched refs:teken_color_to_efi_color (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c102 static const unsigned char teken_color_to_efi_color[16] = { variable
213 attr = EFI_TEXT_ATTR(teken_color_to_efi_color[fg],
214 teken_color_to_efi_color[bg] & 0x7);

Completed in 106 milliseconds