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)
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...]
acstruct.h 213 union acpi_operand_object *Operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpreter (+1 for NULL terminator) */
214 union acpi_operand_object **Params;
217 union acpi_operand_object **CallerReturnDesc;
220 union acpi_operand_object *ImplicitReturnObj;
223 union acpi_operand_object *MethodDesc; /* Method descriptor if running a method */
229 union acpi_operand_object *ResultObj;
231 union acpi_operand_object *ReturnDesc; /* Return object, if any */
277 ACPI_OPERAND_OBJECT *Operands[7];
289 ACPI_OPERAND_OBJECT *Source;
291 ACPI_OPERAND_OBJECT *Target
    [all...]
aclocal.h 290 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
295 union acpi_operand_object *Object; /* Interpreter object */
566 union acpi_operand_object *OriginalObject,
567 union acpi_operand_object **ConvertedObject);
814 union acpi_operand_object *Object;
826 union acpi_operand_object *SourceObject;
827 union acpi_operand_object *DestObject;
883 union acpi_operand_object *AcquiredMutexList; /* List of all currently acquired mutexes */
896 union acpi_operand_object *ObjDesc [ACPI_RESULTS_FRAME_OBJ_NUM];
929 union acpi_operand_object *HandlerListHead
    [all...]

Completed in 16 milliseconds