/openbsd-src/sys/arch/arm64/stand/efiboot/ |
H A D | smbios.c | 118 if ((smbios_get_string(&bios, sb->vendor, in smbios_init() 122 if ((smbios_get_string(&bios, sb->version, in smbios_init() 126 if ((smbios_get_string(&bios, sb->release, in smbios_init() 205 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function 285 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 293 if ((p = smbios_get_string(&btbl, board->product, in smbios_info() 301 if ((p = smbios_get_string(&btbl, board->serial, in smbios_info() 318 if ((p = smbios_get_string(&stbl, sys->vendor, sminfo, in smbios_info() 323 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 335 if ((p = smbios_get_string(&stbl, sys->product, sminfo, in smbios_info() [all …]
|
/openbsd-src/sys/arch/arm64/dev/ |
H A D | smbios.c | 181 if ((smbios_get_string(&bios, sb->vendor, in smbios_attach() 185 if ((smbios_get_string(&bios, sb->version, in smbios_attach() 189 if ((smbios_get_string(&bios, sb->release, in smbios_attach() 270 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function 348 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 356 if ((p = smbios_get_string(&btbl, board->product, in smbios_info() 364 if ((p = smbios_get_string(&btbl, board->serial, in smbios_info() 381 if ((p = smbios_get_string(&stbl, sys->vendor, sminfo, in smbios_info() 386 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 398 if ((p = smbios_get_string(&stbl, sys->product, sminfo, in smbios_info() [all …]
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | bios.c | 137 if ((smbios_get_string(&bios, sb->vendor, in bios_attach() 141 if ((smbios_get_string(&bios, sb->version, in bios_attach() 151 if ((smbios_get_string(&bios, sb->release, in bios_attach() 330 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string() function 408 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 416 if ((p = smbios_get_string(&btbl, board->product, in smbios_info() 424 if ((p = smbios_get_string(&btbl, board->serial, in smbios_info() 441 if ((p = smbios_get_string(&stbl, sys->vendor, sminfo, in smbios_info() 446 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 458 if ((p = smbios_get_string(&stbl, sys->product, sminfo, in smbios_info() [all …]
|
/openbsd-src/sys/arch/i386/i386/ |
H A D | bios.c | 289 if ((smbios_get_string(&bios, sb->vendor, in biosattach() 293 if ((smbios_get_string(&bios, sb->version, in biosattach() 304 if ((smbios_get_string(&bios, sb->release, in biosattach() 885 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) 963 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 971 if ((p = smbios_get_string(&btbl, board->product, in smbios_info() 979 if ((p = smbios_get_string(&btbl, board->serial, in smbios_info() 997 if ((p = smbios_get_string(&stbl, sys->vendor, sminfo, in smbios_info() 1002 if ((p = smbios_get_string(&btbl, board->vendor, in smbios_info() 1014 if ((p = smbios_get_string( in smbios_info() 886 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) smbios_get_string() function [all...] |
/openbsd-src/sys/arch/powerpc64/include/ |
H A D | smbiosvar.h | 276 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
/openbsd-src/sys/arch/i386/include/ |
H A D | smbiosvar.h | 279 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
/openbsd-src/sys/arch/amd64/include/ |
H A D | smbiosvar.h | 279 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
/openbsd-src/sys/arch/arm64/include/ |
H A D | smbiosvar.h | 276 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|