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

  /src/sys/external/bsd/acpica/dist/parser/
psparse.c 150 const ACPI_OPCODE_INFO *ParentInfo;
191 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
193 switch (ParentInfo->Class)
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 191 const ACPI_OPCODE_INFO *ParentInfo;
236 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
237 if (ParentInfo->Class == AML_CLASS_UNKNOWN)
250 switch (ParentInfo->Class)

Completed in 20 milliseconds