Searched refs:linemax (Results 1 – 2 of 2) sorted by relevance
158 unsigned int linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write() local162 if (count > linemax) in efi_earlycon_write()163 count = linemax; in efi_earlycon_write()
298 static void print_argv(const char *banner, const char *leader, const char *sep, int linemax, char *… in print_argv() argument309 i = linemax; /* force leader and newline */ in print_argv()312 if (i + len >= linemax) { in print_argv()