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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c350 char *svc_name, *svc_inst = NULL; local
378 * Lookup a topo node named svc:/svc_name[:svc_inst]
383 (void) nvlist_lookup_string(rsrc, FM_FMRI_SVC_INSTANCE, &svc_inst);
386 (svc_inst != NULL ? 1 + strlen(svc_inst) : 0) + 1;
399 if (svc_inst != NULL) {
400 (void) snprintf(search, len, "svc:/%s:%s", svc_name, svc_inst);

Completed in 66 milliseconds