Searched +defs:val +defs:properties (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c139 scf_value_t *val; local
176 if ((val = scf_value_create(h)) == NULL) {
184 for (numvals = 0; (iterret = scf_iter_next_value(iter, val)) == 1;
195 if (scf_value_get_boolean(val,
201 if (scf_value_get_count(val,
207 if (scf_value_get_integer(val,
213 if (scf_value_get_time(val,
221 if ((valsize = scf_value_get_astring(val, NULL, 0)) ==
229 if (scf_value_get_astring(val,
245 if ((valsize = scf_value_get_ustring(val, NUL
964 scf_value_t *val = NULL; local
1451 scf_value_t *val = scf_value_create(simple_h->h); local
2774 scf_read_propvec(const char *fmri, const char *pgname, boolean_t running, scf_propvec_t *properties, scf_propvec_t **badprop) argument
3019 scf_write_propvec(const char *fmri, const char *pgname, scf_propvec_t *properties, scf_propvec_t **badprop) argument
3718 scf_value_t *val = NULL; local
[all...]

Completed in 40 milliseconds