Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Drscalc.c755 u8 name_found; in acpi_rs_get_pci_routing_table_length() local
795 name_found = FALSE; in acpi_rs_get_pci_routing_table_length()
799 && !name_found; table_index++) { in acpi_rs_get_pci_routing_table_length()
807 name_found = TRUE; in acpi_rs_get_pci_routing_table_length()
819 if (name_found) { in acpi_rs_get_pci_routing_table_length()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py86 name_found = False
88 name_found = row['name'].find(self.project.name)
90 self.assertTrue(name_found,