Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c412 char ktr_input_path[MAXPATHLEN]; member
1006 triple->ktr_input_path[0] != '\0') { in ktest_run_tests()
1008 triple->ktr_input_path, mod_stats, in ktest_run_tests()
1191 size_t len = strlcpy(triple->ktr_input_path, input, in ktest_load_run_file()
1192 sizeof (triple->ktr_input_path)); in ktest_load_run_file()
1193 if (len >= sizeof (triple->ktr_input_path)) { in ktest_load_run_file()
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()
1423 (void) strcpy(triple->ktr_input_path, input_path); in ktest_run_cmd()