HomeSort by: relevance | last modified time | path
    Searched defs:psys (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/stand/efiboot/
efiacpi.c 116 struct smbios_sys *psys; local in function:efi_acpi_get_model
128 psys = smbios.tblhdr;
129 if ((s = smbios_get_string(&smbios, psys->vendor, buf, 64)) != NULL) {
133 smbios_get_string(&smbios, psys->product, buf, 64);
  /src/sys/dev/
smbios_platform.c 71 struct smbios_sys *psys; local in function:platform_init
95 psys = smbios.tblhdr;
97 platform_add(&smbios, "system-vendor", psys->vendor);
98 platform_add(&smbios, "system-product", psys->product);
99 platform_add(&smbios, "system-version", psys->version);
100 platform_add(&smbios, "system-serial", psys->serial);
101 platform_add_uuid(&smbios, "system-uuid", psys->uuid);

Completed in 12 milliseconds