Searched refs:klo_resp_len (Results 1 – 3 of 3) sorted by relevance
81 .klo_resp_len = DEFAULT_LIST_BUF_SZ, in ktest_query_tests()95 if ((resp = malloc(op.klo_resp_len)) == NULL) { in ktest_query_tests()107 if ((ret = nvlist_unpack(resp, op.klo_resp_len, &tests, 0)) != 0) { in ktest_query_tests()
1055 if (klo->klo_resp_len < len) { in ktest_list_tests()1056 klo->klo_resp_len = len; in ktest_list_tests()1062 klo->klo_resp_len = len; in ktest_list_tests()
123 size_t klo_resp_len; member