Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c90 return (B->sc_u.sc_count - A->sc_u.sc_count); in value_cmp()
93 return (B->sc_u.sc_integer - A->sc_u.sc_integer); in value_cmp()
96 return (strcmp(A->sc_u.sc_string, B->sc_u.sc_string)); in value_cmp()
138 val->sc_u.sc_count ? "true" : "false"); in internal_value_dump()
157 val->sc_u.sc_string ? val->sc_u.sc_string : "(nil)"); in internal_value_dump()
330 if (s->sc_u.sc_service.sc_global != NULL) in internal_service_free()
575 free(v->sc_u.sc_string); in internal_value_free_str()
925 ival->sc_u.sc_count = b; in load_property()
937 &ival->sc_u.sc_integer); in load_property()
949 ival->sc_u.sc_string = strdup(loadbuf); in load_property()
[all …]
H A Dsvccfg_tmpl.c1047 return (v->sc_u.sc_string); in find_astring_value_in_pg()
1062 *count = value->sc_u.sc_count; in find_count_value()
1105 return (v->sc_u.sc_string); in find_restarter()
1629 if (v->sc_u.sc_count == 0) { in value_to_string()
1643 c = v->sc_u.sc_string; in value_to_string()
3472 if ((v->sc_u.sc_count >= in value_in_range()
3474 (v->sc_u.sc_count <= in value_in_range()
3478 if ((v->sc_u.sc_integer >= in value_in_range()
3480 (v->sc_u.sc_integer <= in value_in_range()
3614 v->sc_u.sc_count) { in tmpl_validate_values()
[all …]
H A Dsvccfg_xml.c523 free(val->sc_u.sc_string); in lxml_free_str()
546 value = (const xmlChar *)v->sc_u.sc_string; in lxml_store_value()
590 v->sc_u.sc_string) != 0) in lxml_store_value()
599 v->sc_u.sc_count = lxml_xlate_boolean(value); 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 Dsvccfg.h252 } sc_u; member
301 } sc_u; member
H A Dsvccfg_libscf.c2389 scf_value_set_boolean(val, vp->sc_u.sc_count); in lscf_property_import()
2392 scf_value_set_count(val, vp->sc_u.sc_count); in lscf_property_import()
2395 scf_value_set_integer(val, vp->sc_u.sc_integer); in lscf_property_import()
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()
8303 insts = svc->sc_u.sc_service.sc_service_instances; in lscf_bundle_import()
8379 insts = svc->sc_u.sc_service.sc_service_instances; in lscf_bundle_import()
8438 insts = svc->sc_u.sc_service.sc_service_instances; in lscf_bundle_import()
8775 svc->sc_u.sc_service.sc_service_instances); in lscf_bundle_apply()
[all …]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c165 } sc_u; member
175 (void) Skein_256_ ## _op(&sc->sc_u.sc_256, \
180 (void) Skein_512_ ## _op(&sc->sc_u.sc_512, \
185 (void) Skein1024_ ## _op(&sc->sc_u.sc_1024, \