Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2197 uint_t tbuf_idx; in pmcs_dump_tracelog() local
2219 if (mdb_readvar(&tbuf_idx, "pmcs_tbuf_idx") == -1) { in pmcs_dump_tracelog()
2257 if (tail_lines > tbuf_idx) { in pmcs_dump_tracelog()
2259 tbuf_idx); in pmcs_dump_tracelog()
2261 start_idx = tbuf_idx - tail_lines; in pmcs_dump_tracelog()
2265 start_idx = tbuf_idx; in pmcs_dump_tracelog()
2269 if (tail_lines > tbuf_idx) { in pmcs_dump_tracelog()
2270 tail_lines = tbuf_idx; in pmcs_dump_tracelog()
2273 start_idx = tbuf_idx - tail_lines; in pmcs_dump_tracelog()
2277 elems_to_print = tbuf_idx; in pmcs_dump_tracelog()