Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1873 char *cur_selection = NULL; in find_current_prop_type() local
1907 lscf_get_selection_str(cur_selection, in find_current_prop_type()
1913 free(cur_selection); in find_current_prop_type()
1914 cur_selection = NULL; in find_current_prop_type()
2112 if (cur_selection) { in find_current_prop_type()
2113 lscf_select(cur_selection); in find_current_prop_type()
2114 free(cur_selection); in find_current_prop_type()
2153 char *cur_selection = NULL; in find_current_pg_type() local
2235 if (cur_selection) { in find_current_pg_type()
2236 lscf_select(cur_selection); in find_current_pg_type()
[all …]