Searched refs:fnelem (Results 1 – 1 of 1) sorted by relevance
16422 service_manifest_t *fnelem; in find_add_svc_mfst() local16426 fnelem = uu_avl_find(service_manifest_tree, &elem, NULL, &marker); in find_add_svc_mfst()16429 if (fnelem) { in find_add_svc_mfst()16430 add_string(fnelem->mfstlist, strdup(mfst)); in find_add_svc_mfst()16432 fnelem = safe_malloc(sizeof (*fnelem)); in find_add_svc_mfst()16433 fnelem->servicename = safe_strdup(svnbuf); in find_add_svc_mfst()16434 if ((fnelem->mfstlist = in find_add_svc_mfst()16439 add_string(fnelem->mfstlist, safe_strdup(mfst)); in find_add_svc_mfst()16441 uu_avl_insert(service_manifest_tree, fnelem, marker); in find_add_svc_mfst()16445 return (fnelem); in find_add_svc_mfst()