Searched refs:Operand0 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconcat.c | 86 ACPI_OPERAND_OBJECT *Operand0, in AcpiExDoConcatenate() argument 91 ACPI_OPERAND_OBJECT *LocalOperand0 = Operand0; in AcpiExDoConcatenate() 106 switch (Operand0->Common.Type) in AcpiExDoConcatenate() 112 Operand0Type = Operand0->Common.Type; in AcpiExDoConcatenate() 120 Operand0, &LocalOperand0); in AcpiExDoConcatenate() 199 Operand0->Common.Type)); in AcpiExDoConcatenate() 248 memcpy (Buffer, &Operand0->Integer.Value, in AcpiExDoConcatenate() 283 ((ACPI_SIZE) Operand0->Buffer.Length + in AcpiExDoConcatenate() 295 memcpy (Buffer, Operand0->Buffer.Pointer, in AcpiExDoConcatenate() 296 Operand0->Buffer.Length); in AcpiExDoConcatenate() [all …]
|
H A D | exmisc.c | 335 ACPI_OPERAND_OBJECT *Operand0, in AcpiExDoLogicalOp() argument 359 switch (Operand0->Common.Type) in AcpiExDoLogicalOp() 391 if (Operand0->Common.Type == ACPI_TYPE_INTEGER) in AcpiExDoLogicalOp() 397 Integer0 = Operand0->Integer.Value; in AcpiExDoLogicalOp() 440 Length0 = Operand0->Buffer.Length; in AcpiExDoLogicalOp() 445 Compare = memcmp (Operand0->Buffer.Pointer, in AcpiExDoLogicalOp()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acinterp.h | 277 ACPI_OPERAND_OBJECT *Operand0, 284 UINT64 Operand0,
|