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

/freebsd-9.3-release/sys/contrib/dev/acpica/events/
H A Devregion.c296 ACPI_OPERAND_OBJECT *RegionObj2; local
303 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
304 if (!RegionObj2)
309 if (RegionObj2->Extra.Method_REG == NULL)
322 Info->PrefixNode = RegionObj2->Extra.Method_REG;
400 ACPI_OPERAND_OBJECT *RegionObj2; local
407 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
408 if (!RegionObj2)
475 if (RegionObj2->Extra.RegionContext)
487 RegionObj2
563 ACPI_OPERAND_OBJECT *RegionObj2; local
[all...]
H A Devrgnini.c575 ACPI_OPERAND_OBJECT *RegionObj2; local
591 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
592 if (!RegionObj2)
603 RegionObj2->Extra.Method_REG = NULL;
618 RegionObj2->Extra.Method_REG = MethodNode;
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexcreate.c306 ACPI_OPERAND_OBJECT *RegionObj2; local
353 RegionObj2 = ObjDesc->Common.NextObject;
354 RegionObj2->Extra.AmlStart = AmlStart;
355 RegionObj2->Extra.AmlLength = AmlLength;

Completed in 106 milliseconds