Home
last modified time | relevance | path

Searched refs:sc_count (Results 1 – 9 of 9) 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()
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 Dsvccfg_tmpl.c1062 *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 Dsvccfg.h298 uint64_t sc_count; member
H A Dsvccfg_xml.c558 v->sc_u.sc_count = strtoull((char *)value, &endptr, 10); in lxml_store_value()
599 v->sc_u.sc_count = lxml_xlate_boolean(value); in lxml_store_value()
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()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctladmin.h95 uint_t sc_count; member
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_ioctl.c78 pload_soft_conf->sc_count = sup_count; in setup_soft_conf()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c688 count = soft_config.sc_count; in load_soft_config()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2923 uint64_t sc_count = 0, pindex; in ses_create_chassis() local
3163 sc_count++; in ses_create_chassis()
3167 cp->sec_csn, sc_count, SUBCHASSIS); in ses_create_chassis()