Searched refs:RegionObj2 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/acpica/source/components/events/
H A Devregion.c232 ACPI_OPERAND_OBJECT *RegionObj2; local
241 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
242 if (!RegionObj2)
315 if (!(RegionObj2->Extra.RegionContext))
317 RegionObj2->Extra.RegionContext = RegionContext;
384 RegionObj2->Extra.RegionContext);
431 ACPI_OPERAND_OBJECT *RegionObj2; local
438 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
439 if (!RegionObj2)
443 RegionContext = &RegionObj2
644 ACPI_OPERAND_OBJECT *RegionObj2; local
[all...]
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexcreate.c376 ACPI_OPERAND_OBJECT *RegionObj2; local
426 RegionObj2 = AcpiNsGetSecondaryObject (ObjDesc);
427 RegionObj2->Extra.AmlStart = AmlStart;
428 RegionObj2->Extra.AmlLength = AmlLength;
429 RegionObj2->Extra.Method_REG = NULL;
432 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
436 RegionObj2->Extra.ScopeNode = Node;

Completed in 77 milliseconds