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

  /src/sys/dev/acpi/
acpi_debug.c 58 static char acpi_debug_level_s[ACPI_DEBUG_MAX]; variable in typeref:typename:char[]
109 acpi_debug_sysctl_level, 0, acpi_debug_level_s, ACPI_DEBUG_MAX,
128 strlcpy(acpi_debug_level_s, level, ACPI_DEBUG_MAX);
acpi_debug.c 58 static char acpi_debug_level_s[ACPI_DEBUG_MAX]; variable in typeref:typename:char[]
109 acpi_debug_sysctl_level, 0, acpi_debug_level_s, ACPI_DEBUG_MAX,
128 strlcpy(acpi_debug_level_s, level, ACPI_DEBUG_MAX);

Completed in 21 milliseconds