Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c261 ACPI_PARSE_OBJECT *NameOp; in AcpiPsGetNextNamepath() local
319 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start); in AcpiPsGetNextNamepath()
320 if (!NameOp) in AcpiPsGetNextNamepath()
328 NameOp->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
332 NameOp->Common.Node = Node; in AcpiPsGetNextNamepath()
333 AcpiPsAppendArg (Arg, NameOp); in AcpiPsGetNextNamepath()