OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tables
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tables/
tbfind.c
111
if (memcmp (&(AcpiGbl_RootTableList.
Tables
[i].Signature),
121
if (!AcpiGbl_RootTableList.
Tables
[i].Pointer)
125
Status = AcpiTbValidateTable (&AcpiGbl_RootTableList.
Tables
[i]);
131
if (!AcpiGbl_RootTableList.
Tables
[i].Pointer)
139
if (!memcmp (AcpiGbl_RootTableList.
Tables
[i].Pointer->Signature,
142
!memcmp (AcpiGbl_RootTableList.
Tables
[i].Pointer->OemId,
145
!memcmp (AcpiGbl_RootTableList.
Tables
[i].Pointer->OemTableId,
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
...]
tbxface.c
138
AcpiGbl_RootTableList.
Tables
= InitialTableArray;
195
* If there are
tables
unverified, it is required to reallocate the
216
TableDesc = &AcpiGbl_RootTableList.
Tables
[i];
234
TableDesc = &AcpiGbl_RootTableList.
Tables
[i];
297
&(AcpiGbl_RootTableList.
Tables
[i].Signature), Signature))
307
if (!AcpiGbl_RootTableList.
Tables
[i].Pointer)
309
if ((AcpiGbl_RootTableList.
Tables
[i].Flags &
314
AcpiGbl_RootTableList.
Tables
[i].Address,
332
AcpiGbl_RootTableList.
Tables
[i].Pointer,
397
TableDesc = &AcpiGbl_RootTableList.
Tables
[i]
[
all
...]
tbxfload.c
64
* DESCRIPTION: Load the ACPI
tables
from the RSDT/XSDT
97
/* Load the namespace from the
tables
*/
111
"While loading namespace from ACPI
tables
"));
175
* PSDT
tables
are optional. Verify the DSDT.
177
Table = &AcpiGbl_RootTableList.
Tables
[AcpiGbl_DsdtIndex];
189
* address. We must take care here because the address of the .
Tables
190
* array can change dynamically as
tables
are loaded at run-time. Note:
217
/* Load and parse
tables
*/
232
/* Load any SSDT or PSDT
tables
. Note: Loop leaves
tables
locked *
[
all
...]
tbutils.c
170
TableDesc = &AcpiGbl_RootTableList.
Tables
[TableIndex];
184
&AcpiGbl_RootTableList.
Tables
[AcpiGbl_DsdtIndex],
271
* NOTE:
Tables
are mapped (not copied) for efficiency. The FACS must
331
* so unmap the RSDP here before mapping other
tables
401
&AcpiGbl_RootTableList.
Tables
[TableIndex].Signature,
tbinstal.c
97
AcpiTbInitTableDescriptor (&AcpiGbl_RootTableList.
Tables
[i],
tbfadt.c
277
* the presence of two FACS or two DSDT
tables
.
333
* DESCRIPTION: Initialize the FADT, DSDT and FACS
tables
350
* and it contains pointers to both the DSDT and FACS
tables
.
355
FadtDesc = &AcpiGbl_RootTableList.
Tables
[AcpiGbl_FadtIndex];
377
/* 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
135
AcpiGbl_RootTableList.
Tables
[TableIndex].OwnerId);
201
* 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
163
AcpiGbl_RootTableList.
Tables
= LocalTables;
204
/* Get the list of all AML
tables
in the file */
210
AcpiOsPrintf ("Could not get ACPI
tables
from %s, %s\n",
228
AcpiOsPrintf ("Could not get ACPI
tables
, %s\n",
238
/* Obtained the local
tables
, just disassemble the DSDT */
279
/* Disassemble all AML
tables
within the file */
394
* Always parse the
tables
, only option is what to display
399
AcpiOsPrintf ("Could not parse ACPI
tables
, %s\n",
570
AcpiOsPrintf ("Could not parse ACPI
tables
, %s\n",
610
* 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
2857
ACPI_TABLE_HEADER *
Tables
)
2863
ACPI_TABLE_S3PT *S3ptTable = ACPI_CAST_PTR (ACPI_TABLE_S3PT,
Tables
);
/src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c
329
* DESCRIPTION: Display information about loaded
tables
. Current
330
* implementation displays all loaded
tables
.
352
TableDesc = &AcpiGbl_RootTableList.
Tables
[i];
/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 46 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026