Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2219 char *style_str = startd_alloc(max_scf_value_size); in libscf_get_startd_properties() local
2275 if ((r = libscf_read_single_astring(h, prop, &style_str)) in libscf_get_startd_properties()
2282 if (strcmp(style_str, "child") == 0) in libscf_get_startd_properties()
2284 else if (strcmp(style_str, "transient") == 0) in libscf_get_startd_properties()
2320 startd_free(style_str, max_scf_value_size); in libscf_get_startd_properties()