Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddswexec.c508 ACPI_PARSE_OBJECT *FirstArg; in AcpiDsExecEndOp() local
524 FirstArg = Op->Common.Value.Arg; in AcpiDsExecEndOp()
563 Status = AcpiDsCreateOperands (WalkState, FirstArg); in AcpiDsExecEndOp()
671 NextOp = FirstArg; in AcpiDsExecEndOp()
H A Ddsutils.c869 ACPI_PARSE_OBJECT *FirstArg) in AcpiDsCreateOperands() argument
879 ACPI_FUNCTION_TRACE_PTR (DsCreateOperands, FirstArg); in AcpiDsCreateOperands()
884 Arg = FirstArg; in AcpiDsCreateOperands()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdispat.h489 ACPI_PARSE_OBJECT *FirstArg);