Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c86 ktest_list_ofmt_t *klof = ofarg->ofmt_cbarg; in ktest_list_ofmt_cb() local
90 if (snprintf(buf, len, "%s", klof->klof_module) >= len) { in ktest_list_ofmt_cb()
96 if (snprintf(buf, len, "%s", klof->klof_suite) >= len) { in ktest_list_ofmt_cb()
102 if (snprintf(buf, len, "%s", klof->klof_test) >= len) { in ktest_list_ofmt_cb()
108 const char *flag = klof->klof_input ? "Y" : "N"; in ktest_list_ofmt_cb()
757 ktest_list_ofmt_t klof; in ktest_print_tests() local
759 klof.klof_module = desc.ktd_module; in ktest_print_tests()
760 klof.klof_suite = desc.ktd_suite; in ktest_print_tests()
761 klof.klof_test = desc.ktd_test; in ktest_print_tests()
762 klof.klof_input = desc.ktd_requires_input; in ktest_print_tests()
[all …]