HomeSort by: relevance | last modified time | path
    Searched refs:Table (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apdump.c 159 ACPI_TABLE_HEADER *Table,
168 * PARAMETERS: Table - Pointer to table to be validated
172 * DESCRIPTION: Check for a valid ACPI table header
178 ACPI_TABLE_HEADER *Table)
181 if (!ACPI_VALIDATE_RSDP_SIG (Table->Signature))
185 if (!AcpiUtValidNameseg (Table->Signature))
187 fprintf (stderr, "Table signature (0x%8.8X) is invalid\n",
188 *(UINT32 *) Table->Signature);
192 /* Check for minimum table length *
    [all...]
apfiles.c 252 * PARAMETERS: Table - ACPI table to be written
253 * Instance - ACPI table instance no. to be written
257 * DESCRIPTION: Write an ACPI table to a binary file. Builds the output
258 * filename from the table signature.
264 ACPI_TABLE_HEADER *Table,
274 /* Obtain table length */
276 TableLength = ApGetTableLength (Table);
278 /* Construct lower-case filename from the table local signature */
280 if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)
    [all...]
acpidump.h 179 /* Action table used to defer requested options */
197 /* Minimum FADT sizes for various table addresses */
206 * apdump - Table get/dump routines
226 ACPI_TABLE_HEADER *Table);
230 ACPI_TABLE_HEADER *Table);
234 ACPI_TABLE_HEADER *Table);
246 ACPI_TABLE_HEADER *Table,
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump3.c 167 * PARAMETERS: Table - A SLIC table
177 ACPI_TABLE_HEADER *Table)
180 (void) AcpiDmDumpTable (Table->Length, sizeof (ACPI_TABLE_HEADER),
181 (void *) ((UINT8 *)Table + sizeof (*Table)),
182 Table->Length - sizeof (*Table), AcpiDmTableInfoSlic);
190 * PARAMETERS: Table - An SLIT
200 ACPI_TABLE_HEADER *Table)
    [all...]
dmtables.c 3 * Module Name: dmtables - disassembler ACPI table support
171 ACPI_TABLE_HEADER *Table);
175 ACPI_TABLE_HEADER *Table,
187 * PARAMETERS: Filename - Input file for the table
205 /* Header and input table info */
243 * PARAMETERS: Filename - Input file for the table
244 * Table - Pointer to the raw table
248 * DESCRIPTION: Create the ASL table header, including ACPICA signon with
256 ACPI_TABLE_HEADER *Table)
    [all...]
dmtbdump.c 175 * PARAMETERS: Table - ACPI Table or subtable
176 * BufferOffset - Offset of buffer from Table above
178 * AbsoluteOffset - Offset of buffer in the main ACPI table
191 void *Table,
208 Buffer = ACPI_CAST_PTR (UINT8, Table) + BufferOffset;
282 * PARAMETERS: Table - ACPI Table or subtable
283 * BufferOffset - Offset of buffer from Table above
297 void *Table,
    [all...]
dmtbdump1.c 168 * PARAMETERS: Table - A AEST table
172 * DESCRIPTION: Format the contents of a AEST table
174 * NOTE: Assumes the following table structure:
181 * AEST - ARM Error Source table. Conforms to:
188 ACPI_TABLE_HEADER *Table)
198 UINT8 Revision = Table->Revision;
203 /* Very small, generic main table. AEST consists of mostly subtables */
205 while (Offset < Table->Length)
207 NodeHeader = ACPI_ADD_PTR (ACPI_AEST_HEADER, Table, Offset)
    [all...]
dmtbdump2.c 169 * PARAMETERS: Table - A IORT table
179 ACPI_TABLE_HEADER *Table)
197 /* Main table */
199 Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoIort);
205 Revision = Table->Revision;
216 Iort = ACPI_CAST_PTR (ACPI_TABLE_IORT, Table);
223 Status = AcpiDmDumpTable (Table->Length, Offset, Table,
    [all...]
adisasm.c 173 ACPI_TABLE_HEADER *Table,
180 ACPI_TABLE_HEADER *Table,
267 /* Setup the Table Manager (cheat - there is no RSDT) */
288 * DESCRIPTION: Disassembler entry point. Disassemble an entire ACPI table.
302 ACPI_TABLE_HEADER *Table = NULL;
348 Status = AcpiGetTable (ACPI_SIG_DSDT, 0, &Table);
357 Prefix = AdGenerateFilename ("dsdt", Table->OemTableId);
391 Status = AdDisassembleOneTable (ListHead->Table,
403 if (Table &&
405 !AcpiUtIsAmlTable (Table))
    [all...]
acfileio.c 169 ACPI_TABLE_HEADER **Table);
173 ACPI_TABLE_HEADER *Table);
210 * PARAMETERS: Filename - Table filename
212 * ReturnListHead - Where table list is returned
230 ACPI_TABLE_HEADER *Table = NULL;
260 /* We must have at least one ACPI table header */
273 " %s: File does not appear to contain a valid AML table\n",
283 /* Get one entire ACPI table */
286 Filename, File, GetOnlyAmlTables, &Table);
303 /* Print table header for iASL/disassembler only *
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utcksum.c 3 * Module Name: utcksum - Support generating table checksums
168 * PARAMETERS: Table - ACPI table to verify
169 * Length - Length of entire table
173 * DESCRIPTION: Verifies that the table checksums to zero. Optionally returns
176 * not in the RSDT/XSDT, and the CDAT table is never installed
183 ACPI_TABLE_HEADER *Table,
193 if (ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_S3PT) ||
194 ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_FACS))
199 /* Compute the checksum on the table */
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbfileio.c 236 * DESCRIPTION: Load ACPI tables from a previously constructed table list.
246 ACPI_TABLE_HEADER *Table;
254 Table = TableListHead->Table;
256 Status = AcpiLoadTable (Table, NULL);
261 AcpiOsPrintf ("Table %4.4s is already installed\n",
262 Table->Signature);
266 AcpiOsPrintf ("Could not install table, %s\n",
273 AcpiOsPrintf ("Acpi table [%4.4s] successfully installed and loaded\n",
274 Table->Signature)
    [all...]
  /src/sys/external/bsd/acpica/dist/tables/
tbxfload.c 3 * Module Name: tbxfload - Table load/unload external interfaces
261 ACPI_TABLE_DESC *Table;
285 Table = &AcpiGbl_RootTableList.Tables[AcpiGbl_DsdtIndex];
288 !ACPI_COMPARE_NAMESEG (Table->Signature.Ascii, ACPI_SIG_DSDT) ||
289 ACPI_FAILURE (AcpiTbValidateTable (Table)))
301 AcpiGbl_DSDT = Table->Pointer;
319 * Save the original DSDT header for detection of table corruption
332 ACPI_EXCEPTION ((AE_INFO, Status, "[DSDT] table load failed"));
344 Table = &AcpiGbl_RootTableList.Tables[i];
346 if (!Table->Address |
    [all...]
tbdata.c 3 * Module Name: tbdata - Table manager data structure functions
178 * PARAMETERS: TableDesc - Table 1 descriptor to be compared
179 * TableIndex - Index of table 2 to be compared
183 * DESCRIPTION: This function compares a table with another table that has
184 * already been installed in the root table list.
195 ACPI_TABLE_HEADER *Table;
201 &Table, &TableLength, &TableFlags);
208 * Check for a table match on the entire table length
    [all...]
tbutils.c 3 * Module Name: tbutils - ACPI Table utilities
260 * PARAMETERS: TableIndex - Index of installed table to copy
308 * PARAMETERS: TableEntry - Pointer to the RSDT/XSDT table entry
311 * RETURN: Physical address extracted from the root table
313 * DESCRIPTION: Get one root table entry. Handles 32-bit and 64-bit cases on
331 * Get the table physical address (32-bit for RSDT, 64-bit for XSDT):
337 * 32-bit platform, RSDT: Return 32-bit table entry
377 * Table (RSDT or XSDT)
393 ACPI_TABLE_HEADER *Table;
431 /* Root table is an RSDT (32-bit physical addresses) *
    [all...]
tbinstal.c 3 * Module Name: tbinstal - ACPI table installation and removal
164 * PARAMETERS: NewTableDesc - New table descriptor to install
166 * TableIndex - Where the table index is returned
170 * DESCRIPTION: Install an ACPI table into the global data structure. The
171 * table override mechanism is called to allow the host
172 * OS to replace any table before it is installed in the root
173 * table array.
194 * ACPI Table Override:
196 * Before we install the table, let the host OS override it with a new
197 * one if desired. Any table within the RSDT/XSDT can be replaced
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsparse.c 169 * PARAMETERS: TableDesc - An ACPI table descriptor for table to parse
170 * StartNode - Where to enter the table into the namespace
174 * DESCRIPTION: Load ACPI/AML table by executing the entire table as a single
178 * as the table is parsed. Some AML code depends on this behavior.
183 * Note: This causes the table to only have a single-pass parse.
194 ACPI_TABLE_HEADER *Table;
205 Status = AcpiGetTableByIndex (TableIndex, &Table);
211 /* Table must consist of at least a complete header *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 165 * Raw table data header. Used by disassembler and data table compiler.
168 #define ACPI_RAW_TABLE_DATA_HEADER "Raw Table Data"
250 /* Types used only for the Data Table Compiler */
324 ACPI_TABLE_HEADER *Table);
789 void *Table,
799 ACPI_TABLE_HEADER *Table);
805 void *Table,
828 void *Table,
836 void *Table,
    [all...]
actables.h 3 * Name: actables.h - ACPI table management
178 * tbdata - table data structure management
190 ACPI_TABLE_HEADER *Table);
197 ACPI_TABLE_HEADER *Table);
232 ACPI_TABLE_HEADER *Table,
237 * tbfind - find ACPI table
248 * tbinstal - Table removal and deletion
275 ACPI_TABLE_HEADER *Table,
283 ACPI_TABLE_HEADER *Table,
301 ACPI_TABLE_HEADER *Table,
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
boxdraw.c 129 UNICODE_TO_CHAR *Table;
140 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
141 if (Graphic == Table->Unicode) {
143 *PcAnsi = Table->PcAnsi;
146 *Ascii = Table->Ascii;
  /src/sys/external/bsd/acpica/dist/resources/
rsdump.c 230 ACPI_RSDUMP_INFO *Table);
323 * PARAMETERS: RouteTable - Pointer to the routing table to dump.
327 * DESCRIPTION: Print IRQ routing table
351 /* Dump all table elements, Exit on zero length element */
355 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
369 * Table - Table entry to decode the resource
373 * DESCRIPTION: Dump a resource descriptor based on a dump table entry.
380 ACPI_RSDUMP_INFO *Table)
388 /* First table entry must contain the table length (# of table entries) *
    [all...]
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osbsdtbl.c 176 ACPI_TABLE_HEADER **Table);
186 ACPI_TABLE_HEADER **Table,
236 * PARAMETERS: Address - Physical address of the ACPI table
237 * Table - Where a pointer to the table is returned
239 * RETURN: Status; Table buffer is returned if AE_OK.
240 * AE_NOT_FOUND: A valid table was not found at the address
242 * DESCRIPTION: Get an ACPI table via a physical memory address.
249 ACPI_TABLE_HEADER **Table)
260 fprintf (stderr, "Invalid table address: 0x%8.8X%8.8X\n"
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.c 3 * Module Name: aetables - ACPI table setup/install for acpiexec utility
171 /* User table (DSDT) */
221 /* This code exercises the table override mechanism in the core */
241 * PARAMETERS: Header - A valid standard ACPI table header
243 * Length - Length of the table
247 * DESCRIPTION: Initialize the table header for a local ACPI table.
284 * DESCRIPTION: Build a complete ACPI table chain, with a local RSDP, XSDT,
302 * Update the table count. For the DSDT, it is not put into the XSDT.
303 * For the FADT, this table is already accounted for since we usuall
    [all...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsinit.c 210 * We are only interested in NS nodes owned by the table that
301 * PARAMETERS: TableDesc - Descriptor for parent ACPI table
318 ACPI_TABLE_HEADER *Table;
354 Status = AcpiGetTableByIndex (TableIndex, &Table);
360 /* DSDT is always the first AML table */
362 if (ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_DSDT))
365 "\nACPI table initialization:\n"));
371 "Table [%4.4s: %-8.8s] (id %.2X) - %4u Objects with %3u Devices, "
373 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exconfig.c 184 * PARAMETERS: Table - Pointer to raw table
185 * ParentNode - Where to load the table (scope)
186 * DdbHandle - Where to return the table handle.
190 * DESCRIPTION: Common function to Install and Load an ACPI table with a
191 * returned table handle.
206 /* Create an object to be the table handle */
214 /* Init the table handle */
233 * DESCRIPTION: Load an ACPI table from the RSDT/XSDT
265 /* Find the ACPI table in the RSDT/XSDT *
    [all...]

Completed in 29 milliseconds

1 2 3