HomeSort by: relevance | last modified time | path
    Searched refs:RegionObj2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evregion.c 162 ACPI_OPERAND_OBJECT *RegionObj2;
173 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
174 if (!RegionObj2)
266 if (!(RegionObj2->Extra.RegionContext))
268 RegionObj2->Extra.RegionContext = RegionContext;
344 RegionObj2->Extra.RegionContext);
408 ACPI_OPERAND_OBJECT *RegionObj2;
415 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
416 if (!RegionObj2)
420 RegionContext = &RegionObj2->Extra.RegionContext
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
excreate.c 277 ACPI_OPERAND_OBJECT *RegionObj2;
327 RegionObj2 = AcpiNsGetSecondaryObject (ObjDesc);
328 RegionObj2->Extra.AmlStart = AmlStart;
329 RegionObj2->Extra.AmlLength = AmlLength;
330 RegionObj2->Extra.Method_REG = NULL;
333 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
337 RegionObj2->Extra.ScopeNode = Node;

Completed in 17 milliseconds