iPXE
Data Fields
acpi_descriptor Struct Reference

An ACPI descriptor (used to construct ACPI tables) More...

#include <acpi.h>

Data Fields

struct refcntrefcnt
 Reference count of containing object. More...
 
struct acpi_modelmodel
 Table model. More...
 
struct list_head list
 List of ACPI descriptors for this model. More...
 

Detailed Description

An ACPI descriptor (used to construct ACPI tables)

Definition at line 278 of file acpi.h.

Field Documentation

◆ refcnt

struct refcnt* acpi_descriptor::refcnt

Reference count of containing object.

Definition at line 280 of file acpi.h.

◆ model

struct acpi_model* acpi_descriptor::model

Table model.

Definition at line 282 of file acpi.h.

◆ list

struct list_head acpi_descriptor::list

List of ACPI descriptors for this model.

Definition at line 284 of file acpi.h.

Referenced by sandev_describe().


The documentation for this struct was generated from the following file: