Searched refs:ACPI_TABLE_FADT (Results 1 – 14 of 14) sorted by relevance
| /illumos-gate/usr/src/common/acpica/tables/ |
| H A D | tbfadt.c | 541 if (Length > sizeof (ACPI_TABLE_FADT)) in AcpiTbCreateLocalFadt() 547 (UINT32) sizeof (ACPI_TABLE_FADT))); in AcpiTbCreateLocalFadt() 552 memset (&AcpiGbl_FADT, 0, sizeof (ACPI_TABLE_FADT)); in AcpiTbCreateLocalFadt() 557 ACPI_MIN (Length, sizeof (ACPI_TABLE_FADT))); in AcpiTbCreateLocalFadt() 657 AcpiGbl_FADT.Header.Length = sizeof (ACPI_TABLE_FADT); in AcpiTbConvertFadt()
|
| /illumos-gate/usr/src/uts/intel/sys/acpi/ |
| H A D | actbl.h | 424 } ACPI_TABLE_FADT; typedef 553 #define ACPI_FADT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FADT, f) 574 #define ACPI_FADT_V6_SIZE (UINT32) (sizeof (ACPI_TABLE_FADT))
|
| H A D | acpixf.h | 429 ACPI_GLOBAL (ACPI_TABLE_FADT, AcpiGbl_FADT);
|
| H A D | actbinfo.h | 353 #define ACPI_FADT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FADT,f,o)
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | acpi.c | 463 ACPI_TABLE_FADT fadt; in build_fadt() 520 offsetof(ACPI_TABLE_FADT, Facs), sizeof(fadt.Facs))); in build_fadt() 522 offsetof(ACPI_TABLE_FADT, Dsdt), sizeof(fadt.Dsdt))); in build_fadt() 524 offsetof(ACPI_TABLE_FADT, XFacs), sizeof(fadt.XFacs))); in build_fadt() 526 offsetof(ACPI_TABLE_FADT, XDsdt), sizeof(fadt.XDsdt))); in build_fadt()
|
| /illumos-gate/usr/src/uts/i86pc/io/ppm/ |
| H A D | acpippm.c | 53 extern void pc_tod_set_rtc_offsets(ACPI_TABLE_FADT *); 199 ACPI_TABLE_FADT *fadt = NULL; in appm_attach()
|
| /illumos-gate/usr/src/uts/intel/sys/ |
| H A D | acpica.h | 171 extern void acpica_get_global_FADT(ACPI_TABLE_FADT **);
|
| /illumos-gate/usr/src/uts/intel/io/acpica/ |
| H A D | acpica.c | 517 ACPI_TABLE_FADT *fadt; in acpica_get_sci() 801 ACPI_TABLE_FADT *fadt; in acpica_init_kstats()
|
| H A D | osl.c | 2421 acpica_get_global_FADT(ACPI_TABLE_FADT **gbl_FADT) in acpica_get_global_FADT()
|
| /illumos-gate/usr/src/uts/i86pc/io/ |
| H A D | todpc_subr.c | 93 pc_tod_set_rtc_offsets(ACPI_TABLE_FADT *fadt) in pc_tod_set_rtc_offsets()
|
| /illumos-gate/usr/src/cmd/acpi/acpidump/ |
| H A D | osillumostbl.c | 88 ACPI_TABLE_FADT *Gbl_Fadt = NULL;
|
| /illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
| H A D | cpu_idle.c | 340 ACPI_TABLE_FADT *gbl_FADT; in acpi_io_idle()
|
| /illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
| H A D | ao_mca.c | 900 ACPI_TABLE_FADT *fadt = NULL; in ao_acpi_find_smicmd()
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | power.c | 1020 ACPI_TABLE_FADT *fadt; in power_probe_fixed_button()
|