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

/freebsd-10-stable/sys/contrib/dev/acpica/components/events/
H A Devregion.c160 ACPI_OPERAND_OBJECT *RegionObj2; local
169 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
170 if (!RegionObj2)
243 if (!(RegionObj2->Extra.RegionContext))
245 RegionObj2->Extra.RegionContext = RegionContext;
312 RegionObj2->Extra.RegionContext);
359 ACPI_OPERAND_OBJECT *RegionObj2; local
366 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
367 if (!RegionObj2)
371 RegionContext = &RegionObj2
572 ACPI_OPERAND_OBJECT *RegionObj2; local
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c303 ACPI_OPERAND_OBJECT *RegionObj2; local
353 RegionObj2 = AcpiNsGetSecondaryObject (ObjDesc);
354 RegionObj2->Extra.AmlStart = AmlStart;
355 RegionObj2->Extra.AmlLength = AmlLength;
356 RegionObj2->Extra.Method_REG = NULL;
359 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
363 RegionObj2->Extra.ScopeNode = Node;

Completed in 56 milliseconds