/src/sys/stand/efiboot/ |
efiacpi.c | 129 if ((s = smbios_get_string(&smbios, psys->vendor, buf, 64)) != NULL) { 133 smbios_get_string(&smbios, psys->product, buf, 64);
|
smbios.c | 198 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) function in typeref:typename:char *
|
smbios.h | 287 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
/src/sys/dev/ |
smbios_platform.c | 210 if (smbios_get_string(tbl, idx, tmpbuf, 128) != NULL) { 263 if (smbios_get_string(tbl, idx, tmpbuf, 128) == NULL)
|
smbios.c | 316 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) function in typeref:typename:char *
|
smbiosvar.h | 295 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|