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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1174 tf_rdata_t tmp_rd; local
1262 if ((tmp_rd.rd_einfo = enum_attributes_process(mp, ecn))
1265 tmp_rd.rd_mod = mp;
1266 tmp_rd.rd_name = rd->rd_name;
1267 tmp_rd.rd_min = rd->rd_min;
1268 tmp_rd.rd_max = rd->rd_max;
1269 tmp_rd.rd_pn = ptn;
1270 if (enum_run(mp, &tmp_rd) < 0) {
1277 tf_edata_free(mp, tmp_rd.rd_einfo);

Completed in 61 milliseconds