Searched refs:command_printtab (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/stand/efiboot/ |
| H A D | boot.c | 383 command_printtab(const char *key, const char *fmt, ...) in command_printtab() function 402 command_printtab("Version", "%s (%s)\n", in command_version() 404 command_printtab("EFI", "%d.%02d\n", in command_version() 410 command_printtab("Firmware", "%s (rev 0x%x)\n", ufirmware, in command_version() 415 command_printtab("Config path", "%s\n", pathbuf); in command_version() 420 command_printtab("OS Indications", "0x%" PRIx64 "\n", in command_version()
|
| H A D | efiacpi.c | 152 command_printtab("ACPI", "v%02d %c%c%c%c%c%c\n", rsdp->revision, in efi_acpi_show() 157 command_printtab("SMBIOS", "%s\n", efi_acpi_get_model()); in efi_acpi_show()
|
| H A D | efiboot.h | 56 void command_printtab(const char *, const char *, ...);
|
| H A D | efirng.c | 88 command_printtab("RNG", ""); in efi_rng_show()
|
| H A D | efigop.c | 90 command_printtab("GOP", ""); in efi_gop_show()
|
| H A D | efifdt.c | 214 command_printtab("FDT", "%s [", model); in efi_fdt_show()
|
| /netbsd-src/sys/stand/efiboot/bootaa64/ |
| H A D | efibootaa64.c | 92 command_printtab("CurrentEL", "EL%u\n", efi_aarch64_current_el());
|