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

  /src/sys/dev/acpi/
acpi_dev.c 156 bool found_table; local in function:acpi_find_table
170 found_table = false;
182 found_table = true;
201 if (!found_table && tcpa != NULL) {
221 found_table = true;
230 return found_table;
acpi_dev.c 156 bool found_table; local in function:acpi_find_table
170 found_table = false;
182 found_table = true;
201 if (!found_table && tcpa != NULL) {
221 found_table = true;
230 return found_table;
acpi_dev.c 156 bool found_table; local in function:acpi_find_table
170 found_table = false;
182 found_table = true;
201 if (!found_table && tcpa != NULL) {
221 found_table = true;
230 return found_table;

Completed in 34 milliseconds