HomeSort by: relevance | last modified time | path
    Searched defs:Facs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tables/
tbutils.c 186 ACPI_TABLE_FACS *Facs;
189 /* If Hardware Reduced flag is set, there is no FACS */
197 (!AcpiGbl_FADT.Facs || !AcpiGbl_Use32BitFacsAddresses))
200 ACPI_CAST_INDIRECT_PTR (ACPI_TABLE_HEADER, &Facs));
201 AcpiGbl_FACS = Facs;
203 else if (AcpiGbl_FADT.Facs)
206 ACPI_CAST_INDIRECT_PTR (ACPI_TABLE_HEADER, &Facs));
207 AcpiGbl_FACS = Facs;
210 /* If there is no FACS, just continue. There was already an error msg */
379 * NOTE: Tables are mapped (not copied) for efficiency. The FACS mus
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
axutils.c 678 ACPI_TABLE_FACS *Facs = (ACPI_TABLE_FACS *) (void *) Header;
704 /* FACS has only signature and length */
706 if (ACPI_COMPARE_NAMESEG (TableHeader->Signature, "FACS"))
708 printf (" 0x%2.2X\n", Facs->Version);
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 164 * The RSDP and FACS do not use the common ACPI table header. All other ACPI
177 #define ACPI_SIG_FACS "FACS" /* Firmware ACPI Control Structure */
210 * except the RSDP and FACS.
322 * FACS - Firmware ACPI Control Structure (FACS)
369 UINT32 Facs; /* 32-bit physical address of FACS */
411 UINT64 XFacs; /* 64-bit physical address of FACS */

Completed in 13 milliseconds