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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c248 char *sfmri, *ifmri; local
294 if ((ifmri = topo_mod_zalloc(mod, ilen + 1))
300 if (scf_instance_to_fmri(inst, ifmri, ilen + 1) == -1)
303 if ((svc_node = svc_create_node(mod, svc_node, ifmri))
306 topo_mod_free(mod, ifmri, ilen + 1);
310 topo_mod_free(mod, ifmri, ilen + 1);

Completed in 852 milliseconds