Searched defs:elems_to_print (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2200 uint_t start_idx, elems_to_print, idx, tbuf_num_elems; local
2263 elems_to_print = tail_lines;
2266 elems_to_print = tbuf_num_elems;
2274 elems_to_print = tail_lines;
2277 elems_to_print = tbuf_idx;
2284 while (elems_to_print != 0) {
2355 --elems_to_print;

Completed in 69 milliseconds