/src/sys/dev/ |
smbios_platform.c | 94 if (smbios_find_table(SMBIOS_TYPE_SYSTEM, &smbios)) { 105 if (smbios_find_table(SMBIOS_TYPE_BIOS, &smbios)) { 114 if (smbios_find_table(SMBIOS_TYPE_BASEBOARD, &smbios)) { 125 if (smbios_find_table(SMBIOS_TYPE_ENCLOSURE, &smbios)) { 136 if (smbios_find_table(SMBIOS_TYPE_PROCESSOR, &smbios)) { 148 while (smbios_find_table(SMBIOS_TYPE_SLOTS, &smbios)) {
|
smbios.c | 251 * smbios_find_table() takes a caller supplied smbios struct type and 257 * smbios_find_table with the same arguments. 260 smbios_find_table(uint8_t type, struct smbtable *st) function in typeref:typename:int
|
smbiosvar.h | 294 int smbios_find_table(uint8_t, struct smbtable *);
|
/src/sys/stand/efiboot/ |
efiacpi.c | 127 if (smbios_find_table(SMBIOS_TYPE_SYSTEM, &smbios)) {
|
smbios.c | 133 * smbios_find_table() takes a caller supplied smbios struct type and 139 * smbios_find_table with the same arguments. 142 smbios_find_table(uint8_t type, struct smbtable *st) function in typeref:typename:int
|
smbios.h | 286 int smbios_find_table(uint8_t, struct smbtable *);
|
/src/sys/arch/x86/x86/ |
x86_ipmi.c | 188 if (smbios_find_table(SMBIOS_TYPE_IPMIDEV, &tbl))
|