/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);
|
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);
|
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);
|