Searched refs:basl_table (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dbasl.h64 struct basl_table;
71 int basl_table_add_checksum(struct basl_table *const table, const uint32_t off,
73 int basl_table_add_length(struct basl_table *const table, const uint32_t off,
75 int basl_table_add_pointer(struct basl_table *const table,
78 int basl_table_append_bytes(struct basl_table *table, const void *bytes,
80 int basl_table_append_checksum(struct basl_table *table, uint32_t start,
83 int basl_table_append_content(struct basl_table *table, void *data,
85 int basl_table_append_fwcfg(struct basl_table *table,
88 int basl_table_append_gas(struct basl_table *table, uint8_t space_id,
91 int basl_table_append_header(struct basl_table *tabl
[all...]
H A Dbasl.c46 struct basl_table { struct
47 STAILQ_ENTRY(basl_table) chain;
58 static STAILQ_HEAD(basl_table_list, basl_table) basl_tables = STAILQ_HEAD_INITIALIZER(
62 static struct basl_table *rsdt;
63 static struct basl_table *xsdt;
97 basl_dump_table(const struct basl_table *const table, const bool mem)
122 struct basl_table *table;
146 basl_finish_install_guest_tables(struct basl_table *const table, uint32_t *const off)
187 basl_finish_patch_checksums(struct basl_table *const table)
252 static struct basl_table *
[all...]
H A Dacpi.c334 struct basl_table *table;
447 struct basl_table *table;
465 struct basl_table *table;
539 struct basl_table *table;
572 struct basl_table *table;
644 struct basl_table *table;
668 struct basl_table *table;
705 struct basl_table *table;
H A Dtpm_intf_crb.c543 struct basl_table *table;

Completed in 176 milliseconds