Searched refs:ACPI_INIT_GLOBAL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacglobal.h62 ACPI_INIT_GLOBAL (char *, AcpiGbl_CDAT, NULL);
63 ACPI_INIT_GLOBAL (UINT32, AcpiGbl_DsdtIndex, ACPI_INVALID_TABLE_INDEX);
64 ACPI_INIT_GLOBAL (UINT32, AcpiGbl_FacsIndex, ACPI_INVALID_TABLE_INDEX);
65 ACPI_INIT_GLOBAL (UINT32, AcpiGbl_XFacsIndex, ACPI_INVALID_TABLE_INDEX);
66 ACPI_INIT_GLOBAL (UINT32, AcpiGbl_FadtIndex, ACPI_INVALID_TABLE_INDEX);
150 ACPI_INIT_GLOBAL (UINT32, AcpiGbl_StartupFlags, 0);
151 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_Shutdown, TRUE);
152 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_EarlyInitialization, TRUE);
173 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_NamespaceInitialized, FALSE);
231 ACPI_INIT_GLOBAL (UINT3
[all...]
H A Dacpixf.h74 #define ACPI_INIT_GLOBAL(type,name,value) \ macro
83 #ifndef ACPI_INIT_GLOBAL
84 #define ACPI_INIT_GLOBAL(type,name,value) \ macro
140 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableInterpreterSlack, FALSE);
149 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_AutoSerializeMethods, TRUE);
156 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_CreateOsiMethod, TRUE);
162 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_UseDefaultRegisterWidths, TRUE);
172 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableTableValidation, TRUE);
177 ACPI_INIT_GLOBAL (_Bool, AcpiGbl_EnableAmlDebugObject, FALSE);
185 ACPI_INIT_GLOBAL (UINT
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dacpihelp.h63 #undef ACPI_INIT_GLOBAL macro
70 #define ACPI_INIT_GLOBAL(type,name,value) \ macro
79 #ifndef ACPI_INIT_GLOBAL
80 #define ACPI_INIT_GLOBAL(type,name,value) \ macro
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Daclinux.h110 #define ACPI_INIT_GLOBAL(t,a,b) macro

Completed in 472 milliseconds