Searched refs:scf_value_get_count (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c768 if (scf_value_get_count(value, &veCnt) == -1) {
2796 if (scf_value_get_count(value, version) == -1) {
3572 if (scf_value_get_count(value, &veCnt) == -1) {
4092 if (scf_value_get_count(value, &blockCnt) == -1) {
4138 if (scf_value_get_count(value, setToken) == -1) {
4569 if (scf_value_get_count(value4, &oldBlockCnt) == -1) {
4611 if (scf_value_get_count(value5, &setCnt) == -1) {
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c201 if (scf_value_get_count(val,
1474 if (scf_value_get_count(val, ret_count) == -1) {
2657 ret = scf_value_get_count(piv, pv_ptr_node->pv_ptr);
2864 ret = scf_value_get_count(v, prop->pv_ptr);
H A Dnotify_params.c912 return (scf_value_get_count(val, v->values.v_count + c));
H A Dscf_tmpl.c3572 if (scf_value_get_count(val_min, min) < 0)
3583 if (scf_value_get_count(val_max, max) < 0)
5844 r = scf_value_get_count(value, &v_count);
H A Dlowlevel.c952 if (scf_value_get_count(v, &val) < 0)
5411 scf_value_get_count(const scf_value_t *val, uint64_t *out) function
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h541 int scf_value_get_count(const scf_value_t *, uint64_t *);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_scfutil.c574 if (scf_value_get_count(value,
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsvcctl_scm.c143 r = scf_value_get_count(mgr_ctx->mc_scf_gval, (uint64_t *)vp);
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.c498 if (scf_value_get_count(prop_val, &pval_count) == -1) {
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c239 scf_value_get_count(val, answer) == 0)
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c1692 ret = scf_value_get_count(val, &c);

Completed in 83 milliseconds