Home
last modified time | relevance | path

Searched refs:smbios_get_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/stand/efiboot/
H A Defiacpi.c129 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 Dsmbios.c198 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function
H A Dsmbios.h287 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
/netbsd-src/sys/dev/
H A Dsmbios_platform.c210 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 Dsmbiosvar.h295 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
H A Dsmbios.c316 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function