Searched refs:basl_table_append_bytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | acpi.c | 385 BASL_EXEC(basl_table_append_bytes(table, addr, sb.st_size)); in basl_load() 502 BASL_EXEC(basl_table_append_bytes(table, &facs, sizeof(facs))); in build_facs() 637 BASL_EXEC(basl_table_append_bytes(table, &madt_lapic, in build_madt() 647 basl_table_append_bytes(table, &madt_ioapic, sizeof(madt_ioapic))); in build_madt() 656 BASL_EXEC(basl_table_append_bytes(table, &madt_irq_override, in build_madt() 666 BASL_EXEC(basl_table_append_bytes(table, &madt_irq_override, in build_madt() 677 BASL_EXEC(basl_table_append_bytes(table, &madt_lapic_nmi, in build_madt() 702 BASL_EXEC(basl_table_append_bytes(table, &mcfg_allocation, in build_mcfg() 728 BASL_EXEC(basl_table_append_bytes(table, &rsdp, sizeof(rsdp))); in build_rsdp() 827 BASL_EXEC(basl_table_append_bytes(table, &srat_mem_affinity, in build_srat() [all …]
|
| H A D | basl.c | 496 basl_table_append_bytes(struct basl_table *const table, const void *const bytes, in basl_table_append_bytes() function 544 return (basl_table_append_bytes(table, in basl_table_append_content() 579 return (basl_table_append_bytes(table, &gas_le, sizeof(gas_le))); in basl_table_append_gas() 607 basl_table_append_bytes(table, &header_le, sizeof(header_le))); in basl_table_append_header() 627 return (basl_table_append_bytes(table, buf, size)); in basl_table_append_int()
|
| H A D | basl.h | 78 int basl_table_append_bytes(struct basl_table *table, const void *bytes,
|
| H A D | tpm_intf_crb.c | 608 BASL_EXEC(basl_table_append_bytes(table, parameters, 12)); in tpm_crb_build_acpi_table()
|