Home
last modified time | relevance | path

Searched refs:IndexOp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmrestag.c595 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmCheckResourceReference() local
623 IndexOp = BufferNameOp->Common.Next; in AcpiDmCheckResourceReference()
627 IndexOp->Common.Node = NULL; in AcpiDmCheckResourceReference()
629 OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode); in AcpiDmCheckResourceReference()
642 BitIndex = (UINT32) IndexOp->Common.Value.Integer; in AcpiDmCheckResourceReference()
648 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer); in AcpiDmCheckResourceReference()
679 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex); in AcpiDmCheckResourceReference()
750 ACPI_PARSE_OBJECT *IndexOp, in AcpiGetTagPathname() argument
855 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname()
856 IndexOp->Common.Value.String = InternalPath; in AcpiGetTagPathname()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmopcode.c488 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmFieldPredefinedDescription() local
519 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription()
520 IndexOp = IndexOp->Common.Next; in AcpiDmFieldPredefinedDescription()
524 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription()
531 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node); in AcpiDmFieldPredefinedDescription()
552 ACPI_FREE (IndexOp->Common.Value.String); in AcpiDmFieldPredefinedDescription()
553 IndexOp->Common.Value.String = NULL; in AcpiDmFieldPredefinedDescription()
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dgrammar.asl6391 // Tests copying string into buffer then performing IndexOp on result.
6401 // and performing an IndexOp on the resulting buffer.
6466 // test IndexOp.asl
6590 Store ("++++++++ IndexOp Test", Debug)
6797 // Additional IndexOp test cases to support ACPICMB (control method battery
6799 // an IndexOp target and validating that changing source and destination
7734 // MatchOp, DerefOfOp, and IndexOp of nested packages.
8068 // Additional IndexOp test cases to support ACPICMB (control method battery