HomeSort by: relevance | last modified time | path
    Searched refs:command_printtab (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/stand/efiboot/
efiacpi.c 152 command_printtab("ACPI", "v%02d %c%c%c%c%c%c\n", rsdp->revision,
157 command_printtab("SMBIOS", "%s\n", efi_acpi_get_model());
boot.c 383 command_printtab(const char *key, const char *fmt, ...) function in typeref:typename:void
402 command_printtab("Version", "%s (%s)\n",
404 command_printtab("EFI", "%d.%02d\n",
410 command_printtab("Firmware", "%s (rev 0x%x)\n", ufirmware,
415 command_printtab("Config path", "%s\n", pathbuf);
420 command_printtab("OS Indications", "0x%" PRIx64 "\n",
efiboot.h 56 void command_printtab(const char *, const char *, ...);
efigop.c 90 command_printtab("GOP", "");
efirng.c 88 command_printtab("RNG", "");
efifdt.c 214 command_printtab("FDT", "%s [", model);
  /src/sys/stand/efiboot/bootaa64/
efibootaa64.c 92 command_printtab("CurrentEL", "EL%u\n", efi_aarch64_current_el());

Completed in 15 milliseconds