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

  /src/sys/external/bsd/acpica/dist/include/
acobject.h 3 * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
51 * The ACPI_OPERAND_OBJECT is used to pass AML operands from the dispatcher
78 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
82 union acpi_operand_object *NextObject; /* Objects linked to parent NS node */\
161 union acpi_operand_object **Elements; /* Array of pointers to AcpiObjects */
191 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */
192 union acpi_operand_object *Next; /* Link for list of acquired mutexes */
204 union acpi_operand_object *Handler; /* Handler for region access */
205 union acpi_operand_object *Next;
219 union acpi_operand_object *Mutex
517 typedef union acpi_operand_object union
    [all...]
acstruct.h 105 union acpi_operand_object *Operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpreter (+1 for NULL terminator) */
106 union acpi_operand_object **Params;
109 union acpi_operand_object **CallerReturnDesc;
112 union acpi_operand_object *ImplicitReturnObj;
115 union acpi_operand_object *MethodDesc; /* Method descriptor if running a method */
121 union acpi_operand_object *ResultObj;
123 union acpi_operand_object *ReturnDesc; /* Return object, if any */
169 ACPI_OPERAND_OBJECT *Operands[7];
181 ACPI_OPERAND_OBJECT *Source;
183 ACPI_OPERAND_OBJECT *Target
    [all...]
aclocal.h 182 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
187 union acpi_operand_object *Object; /* Interpreter object */
458 union acpi_operand_object *OriginalObject,
459 union acpi_operand_object **ConvertedObject);
706 union acpi_operand_object *Object;
718 union acpi_operand_object *SourceObject;
719 union acpi_operand_object *DestObject;
775 union acpi_operand_object *AcquiredMutexList; /* List of all currently acquired mutexes */
788 union acpi_operand_object *ObjDesc [ACPI_RESULTS_FRAME_OBJ_NUM];
821 union acpi_operand_object *HandlerListHead
    [all...]

Completed in 16 milliseconds