Home
last modified time | relevance | path

Searched refs:prop_name_buf (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2209 char *prop_name_buf = safe_malloc(max_scf_name_length + 1); in print_application_properties() local
2263 if (scf_property_get_name(prop, prop_name_buf, in print_application_properties()
2270 (scf_tmpl_get_by_prop(pt, prop_name_buf, prt, in print_application_properties()
2280 prop_name_buf, scf_type_to_string(type)); in print_application_properties()
2331 free(prop_name_buf); in print_application_properties()