Searched refs:smbios_get_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/stand/efiboot/ |
H A D | efiacpi.c | 129 if ((s = smbios_get_string(&smbios, psys->vendor, buf, 64)) != NULL) { in efi_acpi_get_model() 133 smbios_get_string(&smbios, psys->product, buf, 64); in efi_acpi_get_model()
|
H A D | smbios.c | 198 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function
|
H A D | smbios.h | 287 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
/netbsd-src/sys/dev/ |
H A D | smbios_platform.c | 210 if (smbios_get_string(tbl, idx, tmpbuf, 128) != NULL) { in platform_add() 263 if (smbios_get_string(tbl, idx, tmpbuf, 128) == NULL) in platform_add_date()
|
H A D | smbiosvar.h | 295 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
H A D | smbios.c | 316 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function
|