Searched defs:Operand0 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexconcat.c65 * PARAMETERS: Operand0 - First source object
86 ACPI_OPERAND_OBJECT *Operand0,
91 ACPI_OPERAND_OBJECT *LocalOperand0 = Operand0;
106 switch (Operand0->Common.Type)
112 Operand0Type = Operand0->Common.Type;
120 Operand0, &LocalOperand0);
199 Operand0->Common.Type));
248 memcpy (Buffer, &Operand0->Integer.Value,
283 ((ACPI_SIZE) Operand0->Buffer.Length +
295 memcpy (Buffer, Operand0
85 AcpiExDoConcatenate( ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, ACPI_OPERAND_OBJECT **ActualReturnDesc, ACPI_WALK_STATE *WalkState) argument
387 AcpiExConcatTemplate( ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, ACPI_OPERAND_OBJECT **ActualReturnDesc, ACPI_WALK_STATE *WalkState) argument
[all...]
H A Dexmisc.c311 * Operand0 - operand #0
328 * Result = (Operand0 == Operand1);
335 ACPI_OPERAND_OBJECT *Operand0,
359 switch (Operand0->Common.Type)
391 if (Operand0->Common.Type == ACPI_TYPE_INTEGER)
397 Integer0 = Operand0->Integer.Value;
402 case AML_LEQUAL_OP: /* LEqual (Operand0, Operand1) */
410 case AML_LGREATER_OP: /* LGreater (Operand0, Operand1) */
418 case AML_LLESS_OP: /* LLess (Operand0, Operand1) */
440 Length0 = Operand0
333 AcpiExDoLogicalOp( UINT16 Opcode, ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, BOOLEAN *LogicalResult) argument
[all...]

Completed in 44 milliseconds