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

  /src/sys/external/bsd/acpica/dist/include/
actables.h 163 UINT8 *TableFlags);
169 UINT8 TableFlags);
  /src/sys/external/bsd/acpica/dist/tables/
tbdata.c 89 UINT8 TableFlags;
93 &Table, &TableLength, &TableFlags);
109 AcpiTbReleaseTable (Table, TableLength, TableFlags);
170 * TableFlags - Where table allocation flags are returned
184 UINT8 *TableFlags)
218 *TableFlags = TableDesc->Flags;
229 * TableFlags - Allocation flags for the table
241 UINT8 TableFlags)
244 switch (TableFlags & ACPI_TABLE_ORIGIN_MASK)

Completed in 15 milliseconds