Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c954 boolean_t all_pass = B_TRUE; in ktest_run_tests() local
988 all_pass = B_FALSE; in ktest_run_tests()
1010 all_pass = B_FALSE; in ktest_run_tests()
1027 return (all_pass); in ktest_run_tests()
1346 boolean_t all_pass = B_FALSE; in ktest_run_cmd() local
1431 all_pass = ktest_run_tests(ktdev, tests, &run_list, ofmt, print_stats); in ktest_run_cmd()
1436 return (all_pass); in ktest_run_cmd()
1454 boolean_t all_pass = B_FALSE; in ktest_run_file_cmd() local
1509 all_pass = ktest_run_tests(ktdev, tests, &run_list, ofmt, print_stats); in ktest_run_file_cmd()
1514 return (all_pass); in ktest_run_file_cmd()