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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2219 char *prop_name_buf = safe_malloc(max_scf_name_length + 1); local
2273 if (scf_property_get_name(prop, prop_name_buf,
2280 (scf_tmpl_get_by_prop(pt, prop_name_buf, prt,
2290 prop_name_buf, scf_type_to_string(type));
2341 free(prop_name_buf);

Completed in 81 milliseconds