HomeSort by: relevance | last modified time | path
    Searched refs:smbtable (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/
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;
206 platform_add(struct smbtable *tbl, const char *key, int idx)
220 platform_add_word(struct smbtable *tbl, const char *key, uint16_t val,
258 platform_add_date(struct smbtable *tbl, const char *key, int idx)
281 platform_add_uuid(struct smbtable *tbl, const char *key, const uint8_t *buf)
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);
smbios.c 252 * a pointer to a handle (struct smbtable) returning one if the structure
254 * to initilize the cookie field of the smbtable structure to zero before
260 smbios_find_table(uint8_t type, struct smbtable *st)
316 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len)
  /src/sys/stand/efiboot/
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);
smbios.c 134 * a pointer to a handle (struct smbtable) returning one if the structure
136 * to initilize the cookie field of the smbtable structure to zero before
142 smbios_find_table(uint8_t type, struct smbtable *st)
198 smbios_get_string(struct smbtable *st, uint8_t indx, char *dest, size_t len)
efiacpi.c 115 struct smbtable smbios;
  /src/sys/arch/x86/x86/
x86_ipmi.c 184 struct smbtable tbl;

Completed in 36 milliseconds