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

  /src/sys/external/bsd/acpica/dist/executer/
excreate.c 386 ACPI_OPERAND_OBJECT *RegionObj2;
436 RegionObj2 = AcpiNsGetSecondaryObject (ObjDesc);
437 RegionObj2->Extra.AmlStart = AmlStart;
438 RegionObj2->Extra.AmlLength = AmlLength;
439 RegionObj2->Extra.Method_REG = NULL;
442 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
446 RegionObj2->Extra.ScopeNode = Node;
  /src/sys/external/bsd/acpica/dist/events/
evregion.c 270 ACPI_OPERAND_OBJECT *RegionObj2;
281 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
282 if (!RegionObj2)
374 if (!(RegionObj2->Extra.RegionContext))
376 RegionObj2->Extra.RegionContext = RegionContext;
452 RegionObj2->Extra.RegionContext);
516 ACPI_OPERAND_OBJECT *RegionObj2;
523 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
524 if (!RegionObj2)
528 RegionContext = &RegionObj2->Extra.RegionContext
    [all...]

Completed in 37 milliseconds