Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h89 int rd_cnt; /* number of tf_rdatas in the list */ member
H A Dtopo_xml.c1905 rr->rd_cnt++; in topo_xml_walk()
1926 rr->rd_cnt++; in topo_xml_walk()
1953 rr->rd_cnt++; in topo_xml_walk()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c756 int rd_cnt; in do_subproc() local
764 rd_cnt = 0; in do_subproc()
787 rd_cnt += 1024 - 1; in do_subproc()
788 if ((p = realloc(*retstr, rd_cnt + 1024)) == NULL) { in do_subproc()
795 inbuf = *retstr + rd_cnt; in do_subproc()