Searched refs:ifmri (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | svc.c | 248 char *sfmri, *ifmri; in svc_enum() local 294 if ((ifmri = topo_mod_zalloc(mod, ilen + 1)) in svc_enum() 300 if (scf_instance_to_fmri(inst, ifmri, ilen + 1) == -1) in svc_enum() 303 if ((svc_node = svc_create_node(mod, svc_node, ifmri)) in svc_enum() 306 topo_mod_free(mod, ifmri, ilen + 1); in svc_enum() 310 topo_mod_free(mod, ifmri, ilen + 1); in svc_enum()
|