Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/
Defi.c118 static void *conout; in efi_console_putchar() local
142 if (conout == NULL) { in efi_console_putchar()
147 conout = efist->ConOut; in efi_console_putchar()
158 (void)efi_call(output_string_fn, (uint64_t)conout, (uint64_t)efibuf); in efi_console_putchar()