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

  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 182 #define ACPI_INIT_GLOBAL(type,name,value) \
191 #ifndef ACPI_INIT_GLOBAL
192 #define ACPI_INIT_GLOBAL(type,name,value) \
248 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableInterpreterSlack, FALSE);
257 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_AutoSerializeMethods, TRUE);
264 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_CreateOsiMethod, TRUE);
270 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_UseDefaultRegisterWidths, TRUE);
280 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableTableValidation, TRUE);
285 ACPI_INIT_GLOBAL (_Bool, AcpiGbl_EnableAmlDebugObject, FALSE);
293 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_CopyDsdtLocally, FALSE)
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
acpihelp.h 171 #undef ACPI_INIT_GLOBAL
178 #define ACPI_INIT_GLOBAL(type,name,value) \
187 #ifndef ACPI_INIT_GLOBAL
188 #define ACPI_INIT_GLOBAL(type,name,value) \
  /src/sys/external/bsd/acpica/dist/include/platform/
aclinux.h 218 #define ACPI_INIT_GLOBAL(t,a,b)

Completed in 15 milliseconds