Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/dsstat/
H A Dreport.c148 double rd_cnt, wr_cnt; in io_report() local
165 rd_cnt = (double)u32_delta(pre->reads, cur->reads); in io_report()
166 if (rd_cnt) rd_cnt /= etime; in io_report()
182 tps = (double)rd_cnt + wr_cnt; in io_report()
204 (void) printf(TPS_INF_FMT, (uint32_t)(rd_cnt + wr_cnt)); in io_report()
225 (void) printf(TPS_INF_FMT, (uint32_t)rd_cnt); in io_report()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h86 int rd_cnt; /* number of tf_rdatas in the list */ member
H A Dtopo_xml.c1893 rr->rd_cnt++; in topo_xml_walk()
1914 rr->rd_cnt++; in topo_xml_walk()
1941 rr->rd_cnt++; in topo_xml_walk()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c753 int rd_cnt; in do_subproc() local
761 rd_cnt = 0; in do_subproc()
779 rd_cnt += 1024 - 1; in do_subproc()
780 if ((p = realloc(*retstr, rd_cnt + 1024)) == NULL) { in do_subproc()
787 inbuf = *retstr + rd_cnt; in do_subproc()