Home
last modified time | relevance | path

Searched refs:scf_value_get_count (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c133 if (scf_value_get_count(value, &esi_threshold) == -1) { in load_config()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers259 scf_value_get_count;
H A Dmidlevel.c204 if (scf_value_get_count(val, in fill_prop()
1536 if (scf_value_get_count(val, ret_count) == -1) { in scf_read_count_property()
2725 ret = scf_value_get_count(v, prop->pv_ptr); in scf_read_propvec()
H A Dnotify_params.c912 return (scf_value_get_count(val, v->values.v_count + c)); in get_value()
H A Dscf_tmpl.c3477 if (scf_value_get_count(val_min, min) < 0) in scf_tmpl_prop_cardinality()
3488 if (scf_value_get_count(val_max, max) < 0) in scf_tmpl_prop_cardinality()
5733 r = scf_value_get_count(value, &v_count); in _value_in_constraint()
H A Dlowlevel.c868 if (scf_value_get_count(v, &val) < 0) in scf_handle_decorate()
4578 scf_value_get_count(const scf_value_t *val, uint64_t *out) in scf_value_get_count() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile225 scf_value_get_count.3scf \
450 scf_value_get_count.3scf := LINKSRC = scf_value_create.3scf
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c767 if (scf_value_get_count(value, &veCnt) == -1) { in iPsAddRemoveLuViewEntry()
2791 if (scf_value_get_count(value, version) == -1) { in iPsGetServiceVersion()
3567 if (scf_value_get_count(value, &veCnt) == -1) { in psGetViewEntryList()
4086 if (scf_value_get_count(value, &blockCnt) == -1) { in psGetProviderData()
4132 if (scf_value_get_count(value, setToken) == -1) { in psGetProviderData()
4563 if (scf_value_get_count(value4, &oldBlockCnt) == -1) { in psSetProviderData()
4605 if (scf_value_get_count(value5, &setCnt) == -1) { in psSetProviderData()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c225 scf_value_get_count(val, &uint64) != 0) in stop_startd()
355 scf_value_get_count(val, &uint64) != 0) in stop_delegates()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c540 if (scf_value_get_count(res.sr_val, answer) != 0) { in nwamd_lookup_count_property()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h517 int scf_value_get_count(const scf_value_t *, uint64_t *);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c143 r = scf_value_get_count(mgr_ctx->mc_scf_gval, (uint64_t *)vp); in svcctl_scm_pg_get_val()
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c364 if (scf_value_get_count(val, &pval) != 0) in pg_match()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c423 r = scf_value_get_count(g_val, (uint64_t *)vp); in pg_get_single_val()
661 if (scf_value_get_count(val, &c) != 0) in propvals_to_pids()
2595 if (scf_value_get_count(g_val, &c) != 0) in print_detailed()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c277 if (scf_value_get_count(handle_iter->prop_val, in get_props_kva_all()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count); in load_property()
H A Dsvccfg_libscf.c9498 if (scf_value_get_count(exp_val, &c) != SCF_SUCCESS) in export_method()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c220 scf_value_get_count(val, answer) == 0) in get_count()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc385 link path=usr/share/man/man3scf/scf_value_get_count.3scf \
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c350 rc = scf_value_get_count(value, val); in get_val_int()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c930 r = scf_value_get_count(val, valuep); in get_count()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1521 ret = scf_value_get_count(val, &c); in restarter_remove_contract()