Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfctl/
H A Dprobes.c227 cur_obj->probecnt = num_probes; in _tnfctl_find_all_probes()
255 for (j = 0; j < cur_obj->probecnt; j++) { in _tnfctl_find_all_probes()
295 for (i = 0; i < obj->probecnt; i++) { in free_obj_fields()
304 obj->probecnt = 0; in free_obj_fields()
328 for (j = 0; j < obj->probecnt; j++) { in _tnfctl_probes_traverse()
387 entry_p->probecnt = 0; in per_loadobj()
619 if (cur_tmp->probecnt != 0) in link_targ_obj_probes()
628 if (cur_tmp->probecnt != 0) in link_targ_obj_probes()
634 for (i = 0; i < (cur->probecnt - 1); i++) { in link_targ_obj_probes()
650 probe_p = &(prev_w_probes->probes[prev_w_probes->probecnt - 1]); in link_targ_obj_probes()
[all …]
H A Dkernel_int.c400 if (i >= (obj_p->min_probe_num + obj_p->probecnt)) { in _tnfctl_refresh_kernel()
407 (i < (obj_p->min_probe_num + obj_p->probecnt))); in _tnfctl_refresh_kernel()
492 min_probe_num = obj_p->min_probe_num + obj_p->probecnt; in alloc_probe_space()
505 nobj_p->probecnt = maxprobe - min_probe_num + 1; in alloc_probe_space()
506 nobj_p->probes = calloc(nobj_p->probecnt, sizeof (prbctlref_t)); in alloc_probe_space()
H A Dtnfctl_int.h108 uint_t probecnt; /* number of probes in object */ member
H A Dprobes_ext.c149 obj_p->probecnt))) { in tnfctl_probe_apply_ids()
/titanic_44/usr/src/cmd/compress/
H A Dcompress.c977 int probecnt; in compress() local
1047 probecnt = 0; in compress()
1049 if (++probecnt > hsize_reg) in compress()