Symbol: scf_value_get_count
usr/src/cmd/cmd-inet/lib/nwamd/util.c
540
if (scf_value_get_count(res.sr_val, answer) != 0) {
usr/src/cmd/halt/halt.c
225
scf_value_get_count(val, &uint64) != 0)
usr/src/cmd/halt/halt.c
355
scf_value_get_count(val, &uint64) != 0)
usr/src/cmd/idmap/idmapd/idmap_config.c
350
rc = scf_value_get_count(value, val);
usr/src/cmd/isns/isnsd/config.c
133
if (scf_value_get_count(value, &esi_threshold) == -1) {
usr/src/cmd/svc/lsvcrun/lsvcrun.c
364
if (scf_value_get_count(val, &pval) != 0)
usr/src/cmd/svc/startd/libscf.c
929
r = scf_value_get_count(val, valuep);
usr/src/cmd/svc/svccfg/svccfg_internal.c
930
r = scf_value_get_count(load_val, &ival->sc_u.sc_count);
usr/src/cmd/svc/svccfg/svccfg_libscf.c
9496
if (scf_value_get_count(exp_val, &c) != SCF_SUCCESS)
usr/src/cmd/svc/svcs/svcs.c
2595
if (scf_value_get_count(g_val, &c) != 0)
usr/src/cmd/svc/svcs/svcs.c
423
r = scf_value_get_count(g_val, (uint64_t *)vp);
usr/src/cmd/svc/svcs/svcs.c
661
if (scf_value_get_count(val, &c) != 0)
usr/src/lib/libbsm/common/audit_scf.c
277
if (scf_value_get_count(handle_iter->prop_val,
usr/src/lib/libdladm/common/libdlbridge.c
220
scf_value_get_count(val, answer) == 0)
usr/src/lib/librestart/common/librestart.c
1522
ret = scf_value_get_count(val, &c);
usr/src/lib/libscf/common/lowlevel.c
870
if (scf_value_get_count(v, &val) < 0)
usr/src/lib/libscf/common/midlevel.c
1536
if (scf_value_get_count(val, ret_count) == -1) {
usr/src/lib/libscf/common/midlevel.c
204
if (scf_value_get_count(val,
usr/src/lib/libscf/common/midlevel.c
2724
ret = scf_value_get_count(v, prop->pv_ptr);
usr/src/lib/libscf/common/notify_params.c
912
return (scf_value_get_count(val, v->values.v_count + c));
usr/src/lib/libscf/common/scf_tmpl.c
3477
if (scf_value_get_count(val_min, min) < 0)
usr/src/lib/libscf/common/scf_tmpl.c
3488
if (scf_value_get_count(val_max, max) < 0)
usr/src/lib/libscf/common/scf_tmpl.c
5733
r = scf_value_get_count(value, &v_count);
usr/src/lib/libscf/inc/libscf.h
517
int scf_value_get_count(const scf_value_t *, uint64_t *);
usr/src/lib/libstmf/common/store.c
2791
if (scf_value_get_count(value, version) == -1) {
usr/src/lib/libstmf/common/store.c
3567
if (scf_value_get_count(value, &veCnt) == -1) {
usr/src/lib/libstmf/common/store.c
4086
if (scf_value_get_count(value, &blockCnt) == -1) {
usr/src/lib/libstmf/common/store.c
4132
if (scf_value_get_count(value, setToken) == -1) {
usr/src/lib/libstmf/common/store.c
4563
if (scf_value_get_count(value4, &oldBlockCnt) == -1) {
usr/src/lib/libstmf/common/store.c
4605
if (scf_value_get_count(value5, &setCnt) == -1) {
usr/src/lib/libstmf/common/store.c
767
if (scf_value_get_count(value, &veCnt) == -1) {
usr/src/lib/smbsrv/libmlsvc/common/svcctl_scm.c
143
r = scf_value_get_count(mgr_ctx->mc_scf_gval, (uint64_t *)vp);