Home
last modified time | relevance | path

Searched refs:AcpiPsGetArg (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmswitch.c371 OneOp = AcpiPsGetArg (Op, 0); in AcpiDmIsSwitchBlock()
387 NamePathOp = AcpiPsGetArg (StoreOp, 1); in AcpiDmIsSwitchBlock()
416 PredicateOp = AcpiPsGetArg (StoreOp, 0); in AcpiDmIsSwitchBlock()
449 TempOp = AcpiPsGetArg (CurrentOp, 0); in AcpiDmIsSwitchBlock()
460 TempOp = AcpiPsGetArg (TempOp, 0); in AcpiDmIsSwitchBlock()
486 TempOp = AcpiPsGetArg (TempOp, 0); in AcpiDmIsSwitchBlock()
490 TempOp = AcpiPsGetArg (TempOp, 0); in AcpiDmIsSwitchBlock()
613 CurrentOp = AcpiPsGetArg (CurrentOp, 0); in AcpiDmIsCaseBlock()
627 CurrentOp = AcpiPsGetArg (CurrentOp, 0); in AcpiDmIsCaseBlock()
639 CurrentOp = AcpiPsGetArg (CurrentOp, 0); in AcpiDmIsCaseBlock()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpstree.c184 AcpiPsGetArg ( in AcpiPsGetArg() function
351 Next = AcpiPsGetArg (Op, 0); in AcpiPsGetDepthNext()
373 Arg = AcpiPsGetArg (Parent, 0); in AcpiPsGetDepthNext()
436 Child = AcpiPsGetArg (Op, 0); in AcpiPsGetChild()
447 Child = AcpiPsGetArg (Op, 1); in AcpiPsGetChild()
453 Child = AcpiPsGetArg (Op, 2); in AcpiPsGetChild()
459 Child = AcpiPsGetArg (Op, 3); in AcpiPsGetChild()
H A Dpswalk.c217 Next = AcpiPsGetArg (Op, 0); in AcpiPsDeleteParseTree()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c427 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
431 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
479 NamePath = AcpiPsGetArg (Op, 3); in AcpiDmDisplayPath()
483 NamePath = AcpiPsGetArg (Op, 2); in AcpiDmDisplayPath()
H A Ddmcstyle.c227 Argument1 = AcpiPsGetArg (Op, 0); in AcpiDmCheckForSymbolicOpcode()
336 Argument2 = AcpiPsGetArg (Argument1, 0); in AcpiDmCheckForSymbolicOpcode()
H A Ddmopcode.c1126 AcpiDmEmitExternal (Op, AcpiPsGetArg(Op, 0)); in AcpiDmDisassembleOneOp()
H A Ddmwalk.c292 Next = AcpiPsGetArg (Op, 0); in AcpiDmWalkParseTree()
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c295 Arg = AcpiPsGetArg (Op, 3); in AcpiDsCreateBufferField()
301 Arg = AcpiPsGetArg (Op, 2); in AcpiDsCreateBufferField()
763 Arg = AcpiPsGetArg (Op, 2); in AcpiDsInitFieldObjects()
769 Arg = AcpiPsGetArg (Op, 4); in AcpiDsInitFieldObjects()
775 Arg = AcpiPsGetArg (Op, 3); in AcpiDsInitFieldObjects()
H A Ddsopcode.c924 Arg = AcpiPsGetArg (Op, 4); in AcpiDsEvalBankFieldOperands()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacparser.h381 AcpiPsGetArg(