Home
last modified time | relevance | path

Searched refs:scf_value_get_integer (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c767 scf_value_get_integer(val, &val_count) == -1) { in kbd_defaults()
779 scf_value_get_integer(val, &val_delay) == -1) { in kbd_defaults()
791 scf_value_get_integer(val, &val_rate) == -1) { in kbd_defaults()
825 scf_value_get_integer(val, &val_kbd_beeper) == -1) { in kbd_defaults()
837 scf_value_get_integer(val, &val_console_beeper) == -1) { in kbd_defaults()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers260 scf_value_get_integer;
H A Dmidlevel.c210 if (scf_value_get_integer(val, in fill_prop()
867 } else if (scf_value_get_integer(v, &t) != 0) { in set_inst_action_inst()
2728 ret = scf_value_get_integer(v, prop->pv_ptr); in scf_read_propvec()
H A Dnotify_params.c914 return (scf_value_get_integer(val, v->values.v_integer + c)); in get_value()
H A Dscf_tmpl.c5759 if (scf_value_get_integer(value, &v_int) != 0) in _value_in_constraint()
H A Dlowlevel.c4606 scf_value_get_integer(const scf_value_t *val, int64_t *out) in scf_value_get_integer() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile226 scf_value_get_integer.3scf \
451 scf_value_get_integer.3scf := LINKSRC = scf_value_create.3scf
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c545 if (scf_value_get_integer(value, in ndmp_smf_get_property()
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c719 if ((scf_value_get_integer(vsc->vscf_val[idx], &port)) == -1) in vs_scf_get()
727 if ((scf_value_get_integer(vsc->vscf_val[idx], in vs_scf_get()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c359 if (scf_value_get_integer(value, in smb_smf_get_integer_property()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c360 if (scf_value_get_integer(val, &valint) != 0) { in fs_smf_get_prop()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c147 r = scf_value_get_integer(mgr_ctx->mc_scf_gval, (int64_t *)vp); in svcctl_scm_pg_get_val()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h518 int scf_value_get_integer(const scf_value_t *, int64_t *);
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c740 if (scf_value_get_integer(value, in smb_smf_get_integer_property()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c243 if (scf_value_get_integer(value, &i64) != 0) { in get_debug()
353 rc = scf_value_get_integer(value, val); in get_val_int()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c936 r = scf_value_get_integer(load_val, in load_property()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc387 link path=usr/share/man/man3scf/scf_value_get_integer.3scf \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1091 if (scf_value_get_integer(val, &valint) < 0) { in ilbd_scfval_to_data()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1569 if (scf_value_get_integer(v, &t) == -1) { in set_inst_action()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c3251 } else if (scf_value_get_integer(val, &rep_ts) == -1) { in libscf_unset_action()
H A Dgraph.c6347 r = scf_value_get_integer(val, &action_ts[i]); in process_actions()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c427 r = scf_value_get_integer(g_val, (int64_t *)vp); in pg_get_single_val()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4357 if (scf_value_get_integer(value, &providerType) == -1) { in psGetProviderDataList()