HomeSort by: relevance | last modified time | path
    Searched defs:acpi_operand_object (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acobject.h 3 * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
159 * The ACPI_OPERAND_OBJECT is used to pass AML operands from the dispatcher
186 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
190 union acpi_operand_object *NextObject; /* Objects linked to parent NS node */\
269 union acpi_operand_object **Elements; /* Array of pointers to AcpiObjects */
299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */
300 union acpi_operand_object *Next; /* Link for list of acquired mutexes */
312 union acpi_operand_object *Handler; /* Handler for region access */
313 union acpi_operand_object *Next;
327 union acpi_operand_object *Mutex
625 typedef union acpi_operand_object union
    [all...]
acobject.h 3 * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
159 * The ACPI_OPERAND_OBJECT is used to pass AML operands from the dispatcher
186 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
190 union acpi_operand_object *NextObject; /* Objects linked to parent NS node */\
269 union acpi_operand_object **Elements; /* Array of pointers to AcpiObjects */
299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */
300 union acpi_operand_object *Next; /* Link for list of acquired mutexes */
312 union acpi_operand_object *Handler; /* Handler for region access */
313 union acpi_operand_object *Next;
327 union acpi_operand_object *Mutex
625 typedef union acpi_operand_object union
    [all...]

Completed in 24 milliseconds