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

/freebsd-current/usr.sbin/bhyve/
H A Dacpi.c103 struct acpi_device_list_entry { struct
104 SLIST_ENTRY(acpi_device_list_entry) chain;
108 acpi_device_list_entry) acpi_devices = SLIST_HEAD_INITIALIZER(acpi_devices);
113 struct acpi_device_list_entry *const entry = calloc(1, sizeof(*entry));
239 const struct acpi_device_list_entry *entry;
770 const struct acpi_device_list_entry *entry;

Completed in 56 milliseconds