Home
last modified time | relevance | path

Searched refs:cur_selection (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1855 char *cur_selection = NULL; in find_current_prop_type() local
1887 if (cur_svc && cur_selection == NULL) { in find_current_prop_type()
1888 cur_selection = safe_malloc(max_scf_fmri_len + 1); in find_current_prop_type()
1889 lscf_get_selection_str(cur_selection, in find_current_prop_type()
1892 if (strcmp(cur_selection, fmri) != 0) { in find_current_prop_type()
1895 free(cur_selection); in find_current_prop_type()
1896 cur_selection = NULL; in find_current_prop_type()
2094 if (cur_selection) { in find_current_prop_type()
2095 lscf_select(cur_selection); in find_current_prop_type()
2096 free(cur_selection); in find_current_prop_type()
[all …]