Home
last modified time | relevance | path

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

/titanic_50/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()
141 (void) printf(" value = %llu\n", val->sc_u.sc_count); in internal_value_dump()
144 (void) printf(" value = %lld\n", val->sc_u.sc_integer); in internal_value_dump()
157 val->sc_u.sc_string ? val->sc_u.sc_string : "(nil)"); in internal_value_dump()
218 (void) printf(" type = %x\n", s->sc_u.sc_service.sc_service_type); in internal_service_dump()
219 (void) printf(" version = %u\n", s->sc_u.sc_service.sc_service_version); in internal_service_dump()
224 (void) uu_list_walk(s->sc_u.sc_service.sc_service_instances, in internal_service_dump()
[all …]
H A Dsvccfg_tmpl.c742 if (inst->sc_u.sc_instance.sc_composed == NULL) { in build_composed_instance()
748 inst->sc_u.sc_instance.sc_composed = tree; in build_composed_instance()
751 inst->sc_u.sc_instance.sc_composed); in build_composed_instance()
761 tree = inst->sc_u.sc_instance.sc_composed; in demolish_composed_instance()
771 inst->sc_u.sc_instance.sc_composed = NULL; in demolish_composed_instance()
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()
1062 *count = value->sc_u.sc_count; in find_count_value()
1105 return (v->sc_u.sc_string); in find_restarter()
1183 strtoll(value->sc_u.sc_string, &endptr, 0); in get_ranges()
[all …]
H A Dsvccfg_xml.c522 free(val->sc_u.sc_string); in lxml_free_str()
545 value = (const xmlChar *)v->sc_u.sc_string; in lxml_store_value()
557 v->sc_u.sc_count = strtoull((char *)value, &endptr, 10); in lxml_store_value()
567 v->sc_u.sc_integer = strtoll((char *)value, &endptr, 10); in lxml_store_value()
587 v->sc_u.sc_string = safe_strdup((const char *)value); in lxml_store_value()
589 v->sc_u.sc_string) != 0) in lxml_store_value()
598 v->sc_u.sc_count = lxml_xlate_boolean(value); in lxml_store_value()
986 val->sc_u.sc_string = tmp; in lxml_get_method_environment()
1211 v->sc_u.sc_string = (char *)value; in lxml_get_dependency()
2004 v->sc_u.sc_string = prop_value; in astring_prop_value()
[all …]
H A Dsvccfg.h250 } sc_u; member
299 } sc_u; member
H A Dsvccfg_libscf.c2371 scf_value_set_boolean(val, vp->sc_u.sc_count); in lscf_property_import()
2374 scf_value_set_count(val, vp->sc_u.sc_count); in lscf_property_import()
2377 scf_value_set_integer(val, vp->sc_u.sc_integer); in lscf_property_import()
2380 assert(vp->sc_u.sc_string != NULL); in lscf_property_import()
2382 vp->sc_u.sc_string) != 0) { in lscf_property_import()
2388 "%s.\n"), vp->sc_u.sc_string, in lscf_property_import()
7308 if (uu_list_walk(s->sc_u.sc_service.sc_service_instances, clear_int, in lscf_service_import()
7410 inst = uu_list_find(s->sc_u.sc_service.sc_service_instances, in lscf_service_import()
7422 for (inst = uu_list_first(s->sc_u.sc_service.sc_service_instances); in lscf_service_import()
7424 inst = uu_list_next(s->sc_u.sc_service.sc_service_instances, in lscf_service_import()
[all …]
/titanic_50/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, \