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 271 UINT8 *TableFlags);
277 UINT8 TableFlags);
  /src/sys/external/bsd/acpica/dist/tables/
tbdata.c 197 UINT8 TableFlags;
201 &Table, &TableLength, &TableFlags);
217 AcpiTbReleaseTable (Table, TableLength, TableFlags);
278 * TableFlags - Where table allocation flags are returned
292 UINT8 *TableFlags)
326 *TableFlags = TableDesc->Flags;
337 * TableFlags - Allocation flags for the table
349 UINT8 TableFlags)
352 switch (TableFlags & ACPI_TABLE_ORIGIN_MASK)

Completed in 15 milliseconds