Searched refs:Operand1 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/acpica/executer/ |
H A D | exconcat.c | 196 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoConcatenate() argument 201 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoConcatenate() 241 switch (Operand1->Common.Type) in AcpiExDoConcatenate() 247 Operand1Type = Operand1->Common.Type; in AcpiExDoConcatenate() 255 Operand1, &LocalOperand1); in AcpiExDoConcatenate() 320 if ((LocalOperand1 != Operand1) && in AcpiExDoConcatenate() 430 if (LocalOperand1 != Operand1) in AcpiExDoConcatenate() 499 ACPI_OPERAND_OBJECT *Operand1, in AcpiExConcatTemplate() argument 533 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate() 539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate() [all …]
|
H A D | exmisc.c | 447 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoLogicalOp() argument 450 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoLogicalOp() 474 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, in AcpiExDoLogicalOp() 481 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoLogicalOp() 486 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoLogicalOp() 634 if (LocalOperand1 != Operand1) in AcpiExDoLogicalOp()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acinterp.h | 386 ACPI_OPERAND_OBJECT *Operand1, 393 UINT64 Operand1);
|