Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c326 attr = EFI_TEXT_ATTR(attr, bg); in efi_text_cons_clear()
373 attr = EFI_TEXT_ATTR(fg, bg); in efi_text_cons_display()
559 conout->SetAttribute(conout, EFI_TEXT_ATTR(DEFAULT_FGCOLOR, in efi_cons_init()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DSimpleTextOut.h132 #define EFI_TEXT_ATTR(Foreground, Background) ((Foreground) | ((Background) << 4)) macro