Searched refs:AcpiPsGetArg (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmswitch.c | 371 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 D | pstree.c | 184 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 D | pswalk.c | 217 Next = AcpiPsGetArg (Op, 0); in AcpiPsDeleteParseTree()
|
| /f-stack/freebsd/contrib/dev/acpica/components/disassembler/ |
| H A D | dmnames.c | 427 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 D | dmcstyle.c | 227 Argument1 = AcpiPsGetArg (Op, 0); in AcpiDmCheckForSymbolicOpcode() 336 Argument2 = AcpiPsGetArg (Argument1, 0); in AcpiDmCheckForSymbolicOpcode()
|
| H A D | dmopcode.c | 1126 AcpiDmEmitExternal (Op, AcpiPsGetArg(Op, 0)); in AcpiDmDisassembleOneOp()
|
| H A D | dmwalk.c | 292 Next = AcpiPsGetArg (Op, 0); in AcpiDmWalkParseTree()
|
| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsfield.c | 295 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 D | dsopcode.c | 924 Arg = AcpiPsGetArg (Op, 4); in AcpiDsEvalBankFieldOperands()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acparser.h | 381 AcpiPsGetArg(
|