Searched refs:Operand1 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconcat.c | 87 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoConcatenate() argument 92 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoConcatenate() 132 switch (Operand1->Common.Type) in AcpiExDoConcatenate() 138 Operand1Type = Operand1->Common.Type; in AcpiExDoConcatenate() 146 Operand1, &LocalOperand1); in AcpiExDoConcatenate() 210 if ((LocalOperand1 != Operand1) && in AcpiExDoConcatenate() 320 if (LocalOperand1 != Operand1) in AcpiExDoConcatenate() 389 ACPI_OPERAND_OBJECT *Operand1, in AcpiExConcatTemplate() argument 423 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate() 429 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate() [all …]
|
H A D | exmisc.c | 336 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoLogicalOp() argument 339 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoLogicalOp() 363 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, 16); in AcpiExDoLogicalOp() 369 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoLogicalOp() 374 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoLogicalOp() 515 if (LocalOperand1 != Operand1) in AcpiExDoLogicalOp()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acinterp.h | 278 ACPI_OPERAND_OBJECT *Operand1, 285 UINT64 Operand1);
|