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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1493 tf_idata_t *newi; local
1556 if ((newi = tf_idata_new(mp, 0, ntn)) == NULL)
1559 if (tf_idata_insert(&rd->rd_instances, newi) < 0)
1562 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0)
1596 tf_idata_t *newi; local
1642 if ((newi = tf_idata_new(mp, inst, ntn)) == NULL) {
1647 if (tf_idata_insert(&rd->rd_instances, newi) < 0) {
1652 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0) {

Completed in 33 milliseconds