Searched refs:Tables (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfind.c169 if (ACPI_MEMCMP (&(AcpiGbl_RootTableList.Tables[i].Signature),
179 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
183 Status = AcpiTbVerifyTable (&AcpiGbl_RootTableList.Tables[i]);
189 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
197 if (!ACPI_MEMCMP (AcpiGbl_RootTableList.Tables[i].Pointer->Signature,
200 !ACPI_MEMCMP (AcpiGbl_RootTableList.Tables[i].Pointer->OemId,
203 !ACPI_MEMCMP (AcpiGbl_RootTableList.Tables[i].Pointer->OemTableId,
H A Dtbinstal.c248 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
250 Status = AcpiTbVerifyTable (&AcpiGbl_RootTableList.Tables[i]);
252 !AcpiGbl_RootTableList.Tables[i].Pointer)
262 if (TableDesc->Length != AcpiGbl_RootTableList.Tables[i].Length)
268 AcpiGbl_RootTableList.Tables[i].Pointer,
269 AcpiGbl_RootTableList.Tables[i].Length))
296 if (AcpiGbl_RootTableList.Tables[i].Flags & ACPI_TABLE_IS_LOADED)
307 TableDesc->Pointer = AcpiGbl_RootTableList.Tables[i].Pointer;
308 TableDesc->Address = AcpiGbl_RootTableList.Tables[i].Address;
448 ACPI_TABLE_DESC *Tables; local
[all...]
H A Dtbxface.c210 AcpiGbl_RootTableList.Tables = InitialTableArray;
321 if (!ACPI_COMPARE_NAME (&(AcpiGbl_RootTableList.Tables[i].Signature),
332 if (!AcpiGbl_RootTableList.Tables[i].Pointer)
334 if ((AcpiGbl_RootTableList.Tables[i].Flags &
339 AcpiGbl_RootTableList.Tables[i].Address,
358 AcpiGbl_RootTableList.Tables[i].Pointer,
407 if (!ACPI_COMPARE_NAME (&(AcpiGbl_RootTableList.Tables[i].Signature),
418 Status = AcpiTbVerifyTable (&AcpiGbl_RootTableList.Tables[i]);
421 *OutTable = AcpiGbl_RootTableList.Tables[i].Pointer;
474 if (!AcpiGbl_RootTableList.Tables[TableInde
[all...]
H A Dtbxfload.c203 &(AcpiGbl_RootTableList.Tables[ACPI_TABLE_INDEX_DSDT].Signature),
206 &AcpiGbl_RootTableList.Tables[ACPI_TABLE_INDEX_DSDT])))
214 * address. We must take care here because the address of the .Tables
218 AcpiGbl_DSDT = AcpiGbl_RootTableList.Tables[ACPI_TABLE_INDEX_DSDT].Pointer;
257 if ((!ACPI_COMPARE_NAME (&(AcpiGbl_RootTableList.Tables[i].Signature),
259 !ACPI_COMPARE_NAME (&(AcpiGbl_RootTableList.Tables[i].Signature),
262 &AcpiGbl_RootTableList.Tables[i])))
274 ACPI_DEBUG_PRINT ((ACPI_DB_INIT, "ACPI Tables successfully acquired\n"));
421 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
433 AcpiGbl_RootTableList.Tables[
[all...]
H A Dtbutils.c468 TableDesc = &AcpiGbl_RootTableList.Tables[TableIndex];
552 TableDesc = &AcpiGbl_RootTableList.Tables[TableIndex];
683 * NOTE: Tables are mapped (not copied) for efficiency. The FACS must
818 AcpiGbl_RootTableList.Tables[AcpiGbl_RootTableList.CurrentTableCount].Address =
837 AcpiTbInstallTable (AcpiGbl_RootTableList.Tables[i].Address,
843 &AcpiGbl_RootTableList.Tables[i].Signature, ACPI_SIG_FADT))
H A Dtbfadt.c346 Length = AcpiGbl_RootTableList.Tables[TableIndex].Length;
349 AcpiGbl_RootTableList.Tables[TableIndex].Address, Length);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Dadisasm.c322 AcpiGbl_RootTableList.Tables = LocalTables;
H A Ddmtbdump.c2131 ACPI_TABLE_HEADER *Tables)
2137 ACPI_TABLE_S3PT *S3ptTable = ACPI_CAST_PTR (ACPI_TABLE_S3PT, Tables);
2130 AcpiDmDumpS3pt( ACPI_TABLE_HEADER *Tables) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h295 ACPI_TABLE_DESC *Tables; /* Table descriptor array */ member in struct:acpi_table_list
296 UINT32 CurrentTableCount; /* Tables currently in the array */
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex1423 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex1813 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2192 % Tables -- @table, @ftable, @vtable, @item(x).
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex1691 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex2578 % Tables -- @table, @ftable, @vtable, @item(x).

Completed in 239 milliseconds