Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ktest/
H A Dktest.c521 boolean_t requires_input = B_FALSE; in ktest_create_test() local
532 requires_input = B_TRUE; in ktest_create_test()
539 kt->kt_requires_input = requires_input; in ktest_create_test()
/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c1277 boolean_t requires_input = ktest_fqt_requires_input(triple, tests); in ktest_check_fqt_entry() local
1279 if (requires_input && strlen(triple->ktr_input_path) == 0) { in ktest_check_fqt_entry()
1284 } else if (!requires_input && strlen(triple->ktr_input_path) != 0) { in ktest_check_fqt_entry()