Searched refs:sc_string (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 96 return (strcmp(A->sc_u.sc_string, B->sc_u.sc_string)); in value_cmp() 157 val->sc_u.sc_string ? val->sc_u.sc_string : "(nil)"); in internal_value_dump() 575 free(v->sc_u.sc_string); in internal_value_free_str() 614 v->sc_u.sc_string = (char *)va_arg(args, uchar_t *); in internal_property_create() 949 ival->sc_u.sc_string = strdup(loadbuf); in load_property() 950 if (ival->sc_u.sc_string == NULL) { in load_property()
|
H A D | svccfg_xml.c | 523 free(val->sc_u.sc_string); in lxml_free_str() 546 value = (const xmlChar *)v->sc_u.sc_string; in lxml_store_value() 588 v->sc_u.sc_string = safe_strdup((const char *)value); in lxml_store_value() 590 v->sc_u.sc_string) != 0) in lxml_store_value() 987 val->sc_u.sc_string = tmp; in lxml_get_method_environment() 1217 v->sc_u.sc_string = (char *)value; in lxml_get_dependency() 2011 v->sc_u.sc_string = prop_value; in astring_prop_value() 2040 v->sc_u.sc_string = safe_strdup(val_str); in seps_to_prop_values() 2904 if (strcmp(v->sc_u.sc_string, "instance") == 0) { in verify_pg_pattern_attributes() 2917 if (strcmp(v->sc_u.sc_string, "delegate") == 0) { in verify_pg_pattern_attributes() [all …]
|
H A D | svccfg_tmpl.c | 1015 rc = av_set_value(av, i, v->sc_u.sc_string); in av_get_values() 1047 return (v->sc_u.sc_string); in find_astring_value_in_pg() 1105 return (v->sc_u.sc_string); in find_restarter() 1183 strtoll(value->sc_u.sc_string, &endptr, 0); in get_ranges() 1186 strtoull(value->sc_u.sc_string, &endptr, 0); in get_ranges() 1188 if ((errno != 0) || (endptr == value->sc_u.sc_string)) in get_ranges() 1643 c = v->sc_u.sc_string; in value_to_string() 2665 r = include_values_support(info, v->sc_u.sc_string, in tmpl_include_values_check() 3626 v->sc_u.sc_string) == 0) { in tmpl_validate_values()
|
H A D | svccfg.h | 298 char *sc_string; member
|
H A D | svccfg_libscf.c | 2398 assert(vp->sc_u.sc_string != NULL); in lscf_property_import() 2400 vp->sc_u.sc_string) != 0) { in lscf_property_import() 2406 "%s.\n"), vp->sc_u.sc_string, in lscf_property_import()
|