Searched refs:build_table (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dacpi_device.h24 * @param build_table Called to build a device specific ACPI table like the TPM2
33 int (*build_table)(const struct acpi_device *dev); member in struct:acpi_device_emul
H A Dacpi_device.c156 if (dev->emul->build_table != NULL) {
157 return (dev->emul->build_table(dev));
H A Dtpm_device.c104 .build_table = tpm_build_acpi_table,
/freebsd-current/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.c394 build_table(struct dpdk_lpm6_data *dd_prev, struct fib_data *fd) function
442 dd = build_table(dd, fd);
H A Ddpdk_lpm.c332 build_table(struct dpdk_lpm_data *dd_prev, struct fib_data *fd) function
380 dd = build_table(dd, fd);

Completed in 71 milliseconds