Searched refs:EFI_CON_BUFSZ (Results 1 – 1 of 1) sorted by relevance
14 #define EFI_CON_BUFSZ 128 macro120 static uint16_t efibuf[EFI_CON_BUFSZ + 1]; in efi_console_putchar()160 if (c == '\n' || n == EFI_CON_BUFSZ) { in efi_console_putchar()