command_printtab
command_printtab("Version", "%s (%s)\n",
command_printtab("EFI", "%d.%02d\n",
command_printtab("Firmware", "%s (rev 0x%x)\n", ufirmware,
command_printtab("Config path", "%s\n", pathbuf);
command_printtab("OS Indications", "0x%" PRIx64 "\n",
command_printtab("CurrentEL", "EL%u\n", efi_aarch64_current_el());
command_printtab("ACPI", "v%02d %c%c%c%c%c%c\n", rsdp->revision,
command_printtab("SMBIOS", "%s\n", efi_acpi_get_model());
void command_printtab(const char *, const char *, ...);
command_printtab("FDT", "%s [", model);
command_printtab("GOP", "");
command_printtab("RNG", "");