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

/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devregion.c268 ACPI_OPERAND_OBJECT *RegionObj2; local
277 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
278 if (!RegionObj2)
351 if (!(RegionObj2->Extra.RegionContext))
353 RegionObj2->Extra.RegionContext = RegionContext;
420 RegionObj2->Extra.RegionContext);
478 ACPI_OPERAND_OBJECT *RegionObj2; local
485 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
486 if (!RegionObj2)
490 RegionContext = &RegionObj2
691 ACPI_OPERAND_OBJECT *RegionObj2; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c387 ACPI_OPERAND_OBJECT *RegionObj2; local
437 RegionObj2 = AcpiNsGetSecondaryObject (ObjDesc);
438 RegionObj2->Extra.AmlStart = AmlStart;
439 RegionObj2->Extra.AmlLength = AmlLength;
440 RegionObj2->Extra.Method_REG = NULL;
443 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
447 RegionObj2->Extra.ScopeNode = Node;

Completed in 125 milliseconds