iPXE
|
An ACPI descriptor (used to construct ACPI tables) More...
#include <acpi.h>
Data Fields | |
struct refcnt * | refcnt |
Reference count of containing object. More... | |
struct acpi_model * | model |
Table model. More... | |
struct list_head | list |
List of ACPI descriptors for this model. More... | |
struct refcnt* acpi_descriptor::refcnt |
Reference count of containing object.
Definition at line 280 of file acpi.h.
Referenced by acpi_add(), acpi_del(), and acpi_init().
struct acpi_model* acpi_descriptor::model |
Table model.
Definition at line 282 of file acpi.h.
Referenced by acpi_add(), acpi_del(), acpi_init(), and sandev_describe().
struct list_head acpi_descriptor::list |
List of ACPI descriptors for this model.
Definition at line 284 of file acpi.h.
Referenced by acpi_add(), acpi_del(), acpi_init(), and sandev_describe().