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

  /src/sys/dev/acpi/
wss_acpi.c 62 static const struct wss_acpi_hint wss_acpi_hints[] = { variable in typeref:typename:const struct wss_acpi_hint[]
77 for (idx = 0; idx < __arraycount(wss_acpi_hints); idx++) {
78 if (!strcmp(wss_acpi_hints[idx].idstr, idstr))
120 wah = &wss_acpi_hints[

Completed in 13 milliseconds