Searched refs:scf_simple_prop_next_integer (Results 1 – 8 of 8) sorted by relevance
207 scf_simple_prop_next_integer;
2390 scf_simple_prop_next_integer(scf_simple_prop_t *prop) in scf_simple_prop_next_integer() function
431 while ((ip = scf_simple_prop_next_integer(sp)) != NULL) { in _retrieve_rep_vals()
804 int64_t *scf_simple_prop_next_integer(scf_simple_prop_t *);
1541 val = scf_simple_prop_next_integer(prop); in get_smf_prop()
1561 *(int64_t **)pval = scf_simple_prop_next_integer(prop); in ipmgmt_get_scfprop()
1100 if ((tmp_int = scf_simple_prop_next_integer(sprop)) == NULL) in read_prop()
141 if ((valp = scf_simple_prop_next_integer(prop)) != NULL) { in get_smf_int_val()