Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/parser/
H A Dpsutils.c69 ACPI_PARSE_OBJECT *ScopeOp; in AcpiPsCreateScopeOp() local
72 ScopeOp = AcpiPsAllocOp (AML_SCOPE_OP, Aml); in AcpiPsCreateScopeOp()
73 if (!ScopeOp) in AcpiPsCreateScopeOp()
78 ScopeOp->Named.Name = ACPI_ROOT_NAME; in AcpiPsCreateScopeOp()
79 return (ScopeOp); in AcpiPsCreateScopeOp()