Lines Matching refs:sprop
1044 scf_simple_prop_t *sprop; in read_prop() local
1050 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) == in read_prop()
1056 if ((tmp_char = scf_simple_prop_next_astring(sprop)) == NULL) in read_prop()
1059 scf_simple_prop_free(sprop); in read_prop()
1068 scf_simple_prop_next_astring(sprop)) != NULL) { in read_prop()
1074 scf_simple_prop_free(sprop); in read_prop()
1079 scf_simple_prop_free(sprop); in read_prop()
1089 if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL) in read_prop()
1095 if ((tmp_cnt = scf_simple_prop_next_count(sprop)) == NULL) in read_prop()
1100 if ((tmp_int = scf_simple_prop_next_integer(sprop)) == NULL) in read_prop()
1109 scf_simple_prop_free(sprop); in read_prop()
1113 scf_simple_prop_free(sprop); in read_prop()