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

  /src/sys/external/bsd/acpica/dist/parser/
psparse.c 258 const ACPI_OPCODE_INFO *ParentInfo;
299 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
301 switch (ParentInfo->Class)
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 299 const ACPI_OPCODE_INFO *ParentInfo;
344 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
345 if (ParentInfo->Class == AML_CLASS_UNKNOWN)
358 switch (ParentInfo->Class)

Completed in 12 milliseconds