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 181 * RETURN: TRUE if both tables are identical.
200 Status = AcpiTbAcquireTable (&AcpiGbl_RootTableList.Tables[TableIndex],
247 * tables, since the table is not fully mapped at this time.
282 * DESCRIPTION: Acquire an ACPI table. It can be used for tables not
602 * DESCRIPTION: Avoid installing duplicated tables. However table override and
624 /* Do not compare with unverified tables */
626 if (!(AcpiGbl_RootTableList.Tables[i].Flags & ACPI_TABLE_IS_VERIFIED))
645 * The assumption here is that the number of different tables that
650 * machines with many table load/unload operations), tables will
654 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 194 #define ACPI_MTX_TABLES 2 /* Data for ACPI tables */
342 ACPI_TABLE_DESC *Tables; /* Table descriptor array */
343 UINT32 CurrentTableCount; /* Tables currently in the array */
344 UINT32 MaxTableCount; /* Max tables array will hold */
356 /* List to manage incoming ACPI tables */

Completed in 14 milliseconds