• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/dev/acpica/components/executer/

Lines Matching refs:Common

406     {ACPI_EXD_UINT16,   ACPI_EXD_OFFSET (Common.ReferenceCount),        "Reference Count"},
407 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Common.Flags), "Flags"},
408 {ACPI_EXD_LIST, ACPI_EXD_OFFSET (Common.NextObject), "Object List"}
530 ObjDesc->Common.Type,
601 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
603 while (Next->Common.NextObject)
605 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
611 Next = Next->Common.NextObject;
613 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
645 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
677 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
681 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
689 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
789 Depth, " ", Depth, ObjDesc, ObjDesc->Common.ReferenceCount));
794 ObjDesc, ObjDesc->Common.ReferenceCount));
799 switch (ObjDesc->Common.Type)
827 ObjDesc->Reference.Object)->Common.Type));
966 else if ((ObjDesc->BufferField.BufferObj)->Common.Type !=
1019 AcpiOsPrintf ("Unknown Type %X\n", ObjDesc->Common.Type);
1200 ObjDesc->Reference.Object)->Common.Type));
1256 switch (ObjDesc->Common.Type)
1308 AcpiUtGetTypeName (ObjDesc->Common.Type), ObjDesc->Common.Type);
1378 if (ObjDesc->Common.Type > ACPI_TYPE_LOCAL_MAX)
1381 ObjDesc->Common.Type);
1393 /* Common Fields */
1399 AcpiExDumpObject (ObjDesc, AcpiExDumpInfo[ObjDesc->Common.Type]);
1401 if (ObjDesc->Common.Type == ACPI_TYPE_REGION)
1403 ObjDesc = ObjDesc->Common.NextObject;
1404 if (ObjDesc->Common.Type > ACPI_TYPE_LOCAL_MAX)
1408 ObjDesc->Common.Type);
1414 AcpiExDumpObject (ObjDesc, AcpiExDumpInfo[ObjDesc->Common.Type]);