Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c73 static void check_contains(const char *machine, const char *driver) in check_contains() function
173 check_contains(MACHINE_PC, I440FX); in test_contains()
184 check_contains(MACHINE_PC, I440FX); in test_multiple_contains()
185 check_contains(MACHINE_PC, PCIBUS_PC); in test_multiple_contains()
246 check_contains(MACHINE_PC, I440FX); in test_machine_contains_driver()
255 check_contains(PCIBUS_PC, I440FX); in test_driver_contains_driver()
302 check_contains(MACHINE_PC, I440FX); in test_full_sample()
305 check_contains(I440FX, PCIBUS_PC); in test_full_sample()
322 check_contains(MACHINE_PC, I440FX); in test_full_sample_raspi()
325 check_contains(I440FX, PCIBUS_PC); in test_full_sample_raspi()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py29 def check_contains(line, name): function
66 if not check_contains(l, distro):