Searched refs:sc_count (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 90 return (B->sc_u.sc_count - A->sc_u.sc_count); 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() 599 v->sc_u.sc_count = va_arg(args, uint64_t); in internal_property_create() 925 ival->sc_u.sc_count = b; in load_property() 930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count); in load_property()
|
H A D | svccfg_tmpl.c | 1062 *count = value->sc_u.sc_count; in find_count_value() 1629 if (v->sc_u.sc_count == 0) { in value_to_string() 1636 c = uint64_to_str(v->sc_u.sc_count); in value_to_string() 1871 return (value->sc_u.sc_count == 0 ? 0 : 1); in is_required() 3472 if ((v->sc_u.sc_count >= in value_in_range() 3474 (v->sc_u.sc_count <= in value_in_range() 3551 einfo.ei_u.ei_range.ei_uvalue = v->sc_u.sc_count; in tmpl_validate_value_range() 3614 v->sc_u.sc_count) { in tmpl_validate_values()
|
H A D | svccfg.h | 296 uint64_t sc_count; member
|
H A D | svccfg_xml.c | 553 v->sc_u.sc_count = strtoull((char *)value, &endptr, 10); in lxml_store_value() 596 v->sc_u.sc_count = lxml_xlate_boolean(value); in lxml_store_value()
|
H A D | svccfg_libscf.c | 2371 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()
|
/titanic_44/usr/src/uts/common/inet/kssl/ |
H A D | kssl.h | 50 uint32_t sc_count; /* number of certificates */ member
|
H A D | ksslioctl.c | 209 ncert = kssl_params->kssl_certs.sc_count; in extract_certificate()
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | ioctladmin.h | 95 uint_t sc_count; member
|
/titanic_44/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_ioctl.c | 77 pload_soft_conf->sc_count = sup_count; in setup_soft_conf()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | kssladm_create.c | 268 kssl_params->kssl_certs.sc_count = ncerts; in kmf_to_kssl() 828 kssl_params->kssl_certs.sc_count += ncerts; in add_cacerts()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | cryptoadm.c | 678 count = soft_config.sc_count; in load_soft_config()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 2807 uint64_t sc_count = 0, pindex; in ses_create_chassis() local 3047 sc_count++; in ses_create_chassis() 3051 cp->sec_csn, sc_count, SUBCHASSIS); in ses_create_chassis()
|