Searched refs:basl_table_append_bytes (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | acpi.c | 339 BASL_EXEC(basl_table_append_bytes(table, addr, sb.st_size)); in basl_load() 455 BASL_EXEC(basl_table_append_bytes(table, &facs, sizeof(facs))); in build_facs() 582 BASL_EXEC(basl_table_append_bytes(table, &madt_lapic, in build_madt() 592 basl_table_append_bytes(table, &madt_ioapic, sizeof(madt_ioapic))); in build_madt() 601 BASL_EXEC(basl_table_append_bytes(table, &madt_irq_override, in build_madt() 611 BASL_EXEC(basl_table_append_bytes(table, &madt_irq_override, in build_madt() 622 BASL_EXEC(basl_table_append_bytes(table, &madt_lapic_nmi, in build_madt() 647 BASL_EXEC(basl_table_append_bytes(table, &mcfg_allocation, in build_mcfg() 673 BASL_EXEC(basl_table_append_bytes(table, &rsdp, sizeof(rsdp))); in build_rsdp()
|
| H A D | basl.c | 539 basl_table_append_bytes(struct basl_table *const table, const void *const bytes, function 587 return (basl_table_append_bytes(table, 622 return (basl_table_append_bytes(table, &gas_le, sizeof(gas_le))); 650 basl_table_append_bytes(table, &header_le, sizeof(header_le))); 670 return (basl_table_append_bytes(table, buf, size));
|
| H A D | basl.h | 109 int basl_table_append_bytes(struct basl_table *table, const void *bytes,
|
| H A D | tpm_intf_crb.c | 611 BASL_EXEC(basl_table_append_bytes(table, parameters, 12)); in tpm_crb_build_acpi_table()
|