Symbol: smbtable
sys/arch/x86/x86/x86_ipmi.c
184
struct smbtable tbl;
sys/dev/smbios.c
260
smbios_find_table(uint8_t type, struct smbtable *st)
sys/dev/smbios.c
316
smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len)
sys/dev/smbios_platform.c
206
platform_add(struct smbtable *tbl, const char *key, int idx)
sys/dev/smbios_platform.c
220
platform_add_word(struct smbtable *tbl, const char *key, uint16_t val,
sys/dev/smbios_platform.c
258
platform_add_date(struct smbtable *tbl, const char *key, int idx)
sys/dev/smbios_platform.c
281
platform_add_uuid(struct smbtable *tbl, const char *key, const uint8_t *buf)
sys/dev/smbios_platform.c
50
static void platform_add(struct smbtable *, const char *, int);
sys/dev/smbios_platform.c
51
static void platform_add_word(struct smbtable *, const char *, uint16_t,
sys/dev/smbios_platform.c
53
static void platform_add_date(struct smbtable *, const char *, int);
sys/dev/smbios_platform.c
54
static void platform_add_uuid(struct smbtable *, const char *,
sys/dev/smbios_platform.c
70
struct smbtable smbios;
sys/dev/smbiosvar.h
294
int smbios_find_table(uint8_t, struct smbtable *);
sys/dev/smbiosvar.h
295
char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
sys/stand/efiboot/efiacpi.c
115
struct smbtable smbios;
sys/stand/efiboot/smbios.c
142
smbios_find_table(uint8_t type, struct smbtable *st)
sys/stand/efiboot/smbios.c
198
smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len)
sys/stand/efiboot/smbios.h
286
int smbios_find_table(uint8_t, struct smbtable *);
sys/stand/efiboot/smbios.h
287
char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);