Home
last modified time | relevance | path

Searched refs:acpi_debug_getkey (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/acpi/
H A Dacpi_debug.c61 static const char *acpi_debug_getkey(prop_dictionary_t, uint32_t);
124 layer = acpi_debug_getkey(acpi_debug_layer_d, AcpiDbgLayer); in acpi_debug_init()
125 level = acpi_debug_getkey(acpi_debug_level_d, AcpiDbgLevel); in acpi_debug_init()
242 acpi_debug_getkey(prop_dictionary_t dict, uint32_t arg) in acpi_debug_getkey() function