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

  /src/sys/dev/acpi/
acpi_debug.c 56 static prop_dictionary_t acpi_debug_level_d; variable in typeref:typename:prop_dictionary_t
73 KASSERT(acpi_debug_level_d == NULL);
125 level = acpi_debug_getkey(acpi_debug_level_d, AcpiDbgLevel);
141 acpi_debug_level_d = prop_dictionary_create();
144 KASSERT(acpi_debug_level_d != NULL);
184 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INIT);
185 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_DEBUG_OBJECT);
186 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INFO);
187 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_ALL_EXCEPTIONS);
189 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INIT_NAMES)
    [all...]
acpi_debug.c 56 static prop_dictionary_t acpi_debug_level_d; variable in typeref:typename:prop_dictionary_t
73 KASSERT(acpi_debug_level_d == NULL);
125 level = acpi_debug_getkey(acpi_debug_level_d, AcpiDbgLevel);
141 acpi_debug_level_d = prop_dictionary_create();
144 KASSERT(acpi_debug_level_d != NULL);
184 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INIT);
185 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_DEBUG_OBJECT);
186 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INFO);
187 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_ALL_EXCEPTIONS);
189 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INIT_NAMES)
    [all...]
acpi_debug.c 56 static prop_dictionary_t acpi_debug_level_d; variable in typeref:typename:prop_dictionary_t
73 KASSERT(acpi_debug_level_d == NULL);
125 level = acpi_debug_getkey(acpi_debug_level_d, AcpiDbgLevel);
141 acpi_debug_level_d = prop_dictionary_create();
144 KASSERT(acpi_debug_level_d != NULL);
184 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INIT);
185 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_DEBUG_OBJECT);
186 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INFO);
187 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_ALL_EXCEPTIONS);
189 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_INIT_NAMES)
    [all...]

Completed in 34 milliseconds