Lines Matching defs:zi
5462 ztest_execute(int test, ztest_info_t *zi, uint64_t id)
5468 for (int i = 0; i < zi->zi_iters; i++)
5469 zi->zi_func(zd, id);
5478 (void) dladdr((void *)zi->zi_func, &dli);
5492 ztest_info_t *zi;
5512 zi = &ztest_info[rand];
5518 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) {
5519 ztest_execute(rand, zi, id);
6194 ztest_info_t *zi;
6277 zi = &ztest_info[f];
6279 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop)
6283 ztest_random(2 * zi->zi_interval[0] + 1);
6356 zi = &ztest_info[f];
6359 (void) dladdr((void *)zi->zi_func, &dli);