Searched refs:rd_max (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c87 r->rd_max = (int)ui;
88 if (r->rd_min < 0 || r->rd_max < 0 || r->rd_max < r->rd_min) {
H A Dtopo_parse.h92 int rd_max; /* maximum instance number of node */ member in struct:tf_rdata
H A Dtopo_xml.c1268 tmp_rd.rd_max = rd->rd_max;
1325 if (inst < rd->rd_min || inst > rd->rd_max)
1636 rd->rd_name, rd->rd_min, rd->rd_max, NULL);
1728 rd->rd_pn, rd->rd_name, rd->rd_min, rd->rd_max);

Completed in 63 milliseconds