Lines Matching defs:zi
5422 ztest_execute(int test, ztest_info_t *zi, uint64_t id)
5428 for (int i = 0; i < zi->zi_iters; i++)
5429 zi->zi_func(zd, id);
5438 (void) dladdr((void *)zi->zi_func, &dli);
5452 ztest_info_t *zi;
5472 zi = &ztest_info[rand];
5478 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) {
5479 ztest_execute(rand, zi, id);
6150 ztest_info_t *zi;
6233 zi = &ztest_info[f];
6235 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop)
6239 ztest_random(2 * zi->zi_interval[0] + 1);
6312 zi = &ztest_info[f];
6315 (void) dladdr((void *)zi->zi_func, &dli);