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

  /src/sys/external/bsd/acpica/dist/tables/
tbfind.c 219 if (memcmp (&(AcpiGbl_RootTableList.Tables[i].Signature),
229 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
233 Status = AcpiTbValidateTable (&AcpiGbl_RootTableList.Tables[i]);
239 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
247 if (!memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->Signature,
250 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemId,
253 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemTableId,
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...]
tbxface.c 246 AcpiGbl_RootTableList.Tables = InitialTableArray;
303 * If there are tables unverified, it is required to reallocate the
324 TableDesc = &AcpiGbl_RootTableList.Tables[i];
342 TableDesc = &AcpiGbl_RootTableList.Tables[i];
405 &(AcpiGbl_RootTableList.Tables[i].Signature), Signature))
415 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
417 if ((AcpiGbl_RootTableList.Tables[i].Flags &
422 AcpiGbl_RootTableList.Tables[i].Address,
440 AcpiGbl_RootTableList.Tables[i].Pointer,
505 TableDesc = &AcpiGbl_RootTableList.Tables[i]
    [all...]
tbxfload.c 172 * DESCRIPTION: Load the ACPI tables from the RSDT/XSDT
205 /* Load the namespace from the tables */
219 "While loading namespace from ACPI tables"));
283 * PSDT tables are optional. Verify the DSDT.
285 Table = &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex];
297 * address. We must take care here because the address of the .Tables
298 * array can change dynamically as tables are loaded at run-time. Note:
325 /* Load and parse tables */
340 /* Load any SSDT or PSDT tables. Note: Loop leaves tables locked *
    [all...]
tbutils.c 278 TableDesc = &AcpiGbl_RootTableList.Tables[TableIndex];
292 &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex],
379 * NOTE: Tables are mapped (not copied) for efficiency. The FACS must
439 * so unmap the RSDP here before mapping other tables
509 &AcpiGbl_RootTableList.Tables[TableIndex].Signature,
tbinstal.c 205 AcpiTbInitTableDescriptor (&AcpiGbl_RootTableList.Tables[i],
tbfadt.c 385 * the presence of two FACS or two DSDT tables.
441 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
458 * and it contains pointers to both the DSDT and FACS tables.
463 FadtDesc = &AcpiGbl_RootTableList.Tables[AcpiGbl_FadtIndex];
485 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
  /src/games/sail/
globals.c 419 const struct Tables RigTable[11][6] = {
432 const struct Tables HullTable[11][6] = {
extern.h 226 struct Tables {
229 extern const struct Tables RigTable[11][6];
230 extern const struct Tables HullTable[11][6];
assorted.c 58 const struct Tables *tp;
pl_3.c 183 const struct Tables *t;
  /src/sys/external/bsd/acpica/dist/namespace/
nsload.c 243 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId);
309 * but the SSDT and PSDT tables are optional.
  /src/sys/dev/acpi/
acpi_dev.c 173 tdesc = &AcpiGbl_RootTableList.Tables[i];
  /src/sys/external/bsd/acpica/dist/common/
adisasm.c 271 AcpiGbl_RootTableList.Tables = LocalTables;
312 /* Get the list of all AML tables in the file */
318 AcpiOsPrintf ("Could not get ACPI tables from %s, %s\n",
336 AcpiOsPrintf ("Could not get ACPI tables, %s\n",
346 /* Obtained the local tables, just disassemble the DSDT */
387 /* Disassemble all AML tables within the file */
502 * Always parse the tables, only option is what to display
507 AcpiOsPrintf ("Could not parse ACPI tables, %s\n",
678 AcpiOsPrintf ("Could not parse ACPI tables, %s\n",
718 * DESCRIPTION: Process all tables found in the -e external files lis
    [all...]
dmtbdump2.c 3 * Module Name: dmtbdump2 - Dump ACPI data tables that contain no AML code
2816 ACPI_TABLE_HEADER *Tables)
2822 ACPI_TABLE_S3PT *S3ptTable = ACPI_CAST_PTR (ACPI_TABLE_S3PT, Tables);
  /src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c 437 * DESCRIPTION: Display information about loaded tables. Current
438 * implementation displays all loaded tables.
460 TableDesc = &AcpiGbl_RootTableList.Tables[i];
  /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 60 milliseconds