Searched refs:smbtable (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dev/ |
H A D | smbios_platform.c | 50 static void platform_add(struct smbtable *, const char *, int); 51 static void platform_add_word(struct smbtable *, const char *, uint16_t, 53 static void platform_add_date(struct smbtable *, const char *, int); 54 static void platform_add_uuid(struct smbtable *, const char *, 70 struct smbtable smbios; in platform_init() 206 platform_add(struct smbtable *tbl, const char *key, int idx) in platform_add() 220 platform_add_word(struct smbtable *tbl, const char *key, uint16_t val, in platform_add_word() 258 platform_add_date(struct smbtable *tbl, const char *key, int idx) in platform_add_date() 281 platform_add_uuid(struct smbtable *tbl, const char *key, const uint8_t *buf) in platform_add_uuid()
|
H A D | smbiosvar.h | 93 struct smbtable { struct 294 int smbios_find_table(uint8_t, struct smbtable *); 295 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
H A D | smbios.c | 260 smbios_find_table(uint8_t type, struct smbtable *st) in smbios_find_table() 316 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string()
|
/netbsd-src/sys/stand/efiboot/ |
H A D | smbios.h | 88 struct smbtable { struct 286 int smbios_find_table(uint8_t, struct smbtable *); 287 char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
|
H A D | smbios.c | 142 smbios_find_table(uint8_t type, struct smbtable *st) in smbios_find_table() 198 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len) in smbios_get_string()
|
H A D | efiacpi.c | 115 struct smbtable smbios; in efi_acpi_get_model()
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | x86_ipmi.c | 184 struct smbtable tbl; in ipmi_probe()
|