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

  /src/sys/external/bsd/acpica/dist/tables/
tbdata.c 73 * RETURN: TRUE if both tables are identical.
92 Status = AcpiTbAcquireTable (&AcpiGbl_RootTableList.Tables[TableIndex],
139 * tables, since the table is not fully mapped at this time.
174 * DESCRIPTION: Acquire an ACPI table. It can be used for tables not
494 * DESCRIPTION: Avoid installing duplicated tables. However table override and
516 /* Do not compare with unverified tables */
518 if (!(AcpiGbl_RootTableList.Tables[i].Flags & ACPI_TABLE_IS_VERIFIED))
537 * The assumption here is that the number of different tables that
542 * machines with many table load/unload operations), tables will
546 if (AcpiGbl_RootTableList.Tables[i].Flags
    [all...]
  /src/games/sail/
extern.h 226 struct Tables {
229 extern const struct Tables RigTable[11][6];
230 extern const struct Tables HullTable[11][6];
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 86 #define ACPI_MTX_TABLES 2 /* Data for ACPI tables */
234 ACPI_TABLE_DESC *Tables; /* Table descriptor array */
235 UINT32 CurrentTableCount; /* Tables currently in the array */
236 UINT32 MaxTableCount; /* Max tables array will hold */
248 /* List to manage incoming ACPI tables */

Completed in 21 milliseconds