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

/freebsd-current/sys/contrib/dev/acpica/common/
H A Ddmswitch.c371 OneOp = AcpiPsGetArg (Op, 0);
387 NamePathOp = AcpiPsGetArg (StoreOp, 1);
416 PredicateOp = AcpiPsGetArg (StoreOp, 0);
436 CurrentOp = AcpiPsGetArg (CurrentOp, 0);
449 TempOp = AcpiPsGetArg (CurrentOp, 0);
460 TempOp = AcpiPsGetArg (TempOp, 0);
486 TempOp = AcpiPsGetArg (TempOp, 0);
490 TempOp = AcpiPsGetArg (TempOp, 0);
494 PredicateOp = AcpiPsGetArg (TempOp, 0);
510 TempOp = AcpiPsGetArg (CurrentO
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c172 * FUNCTION: AcpiPsGetArg
184 AcpiPsGetArg ( function
351 Next = AcpiPsGetArg (Op, 0);
373 Arg = AcpiPsGetArg (Parent, 0);
436 Child = AcpiPsGetArg (Op, 0);
447 Child = AcpiPsGetArg (Op, 1);
453 Child = AcpiPsGetArg (Op, 2);
459 Child = AcpiPsGetArg (Op, 3);
H A Dpswalk.c217 Next = AcpiPsGetArg (Op, 0);
/freebsd-current/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c427 NamePath = AcpiPsGetArg (Op, 3);
431 NamePath = AcpiPsGetArg (Op, 2);
479 NamePath = AcpiPsGetArg (Op, 3);
483 NamePath = AcpiPsGetArg (Op, 2);
H A Ddmcstyle.c227 Argument1 = AcpiPsGetArg (Op, 0);
336 Argument2 = AcpiPsGetArg (Argument1, 0);
H A Ddmopcode.c1126 AcpiDmEmitExternal (Op, AcpiPsGetArg(Op, 0));
H A Ddmwalk.c292 Next = AcpiPsGetArg (Op, 0);
/freebsd-current/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c295 Arg = AcpiPsGetArg (Op, 3);
301 Arg = AcpiPsGetArg (Op, 2);
763 Arg = AcpiPsGetArg (Op, 2);
769 Arg = AcpiPsGetArg (Op, 4);
775 Arg = AcpiPsGetArg (Op, 3);
H A Ddsopcode.c925 Arg = AcpiPsGetArg (Op, 4);
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacparser.h381 AcpiPsGetArg(

Completed in 218 milliseconds