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

/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpstree.c63 * FUNCTION: AcpiPsGetArg
75 AcpiPsGetArg ( function
240 Next = AcpiPsGetArg (Op, 0);
260 Arg = AcpiPsGetArg (Parent, 0);
319 Child = AcpiPsGetArg (Op, 0);
329 Child = AcpiPsGetArg (Op, 1);
335 Child = AcpiPsGetArg (Op, 2);
341 Child = AcpiPsGetArg (Op, 3);

Completed in 56 milliseconds