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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c239 char *sfmri, *ifmri; local
285 if ((ifmri = topo_mod_zalloc(mod, ilen + 1))
291 if (scf_instance_to_fmri(inst, ifmri, ilen + 1) == -1)
294 if ((svc_node = svc_create_node(mod, svc_node, ifmri))
297 topo_mod_free(mod, ifmri, ilen + 1);
301 topo_mod_free(mod, ifmri, ilen + 1);

Completed in 23 milliseconds