Lines Matching refs:vals

283 remove_tr_entry_values(uu_list_t *vals)  in remove_tr_entry_values()  argument
287 for (rval = uu_list_first(vals); rval != NULL; in remove_tr_entry_values()
288 rval = uu_list_next(vals, rval)) { in remove_tr_entry_values()
306 uu_list_t *vals) in add_tr_entry_values() argument
310 for (rval = uu_list_first(vals); rval != NULL; in add_tr_entry_values()
311 rval = uu_list_next(vals, rval)) { in add_tr_entry_values()
315 remove_tr_entry_values(vals); in add_tr_entry_values()
322 remove_tr_entry_values(vals); in add_tr_entry_values()
345 _store_rep_vals(uu_list_t *vals, const char *inst_fmri, const char *prop_name) in _store_rep_vals() argument
382 if (add_tr_entry_values(rep_handle, entry, vals) < 0) { in _store_rep_vals()
393 remove_tr_entry_values(vals); in _store_rep_vals()
405 remove_tr_entry_values(vals); in _store_rep_vals()
458 repvals_to_file(const char *fmri, const char *name, uu_list_t *vals) in repvals_to_file() argument
487 for (spval = uu_list_first(vals); spval != NULL; in repvals_to_file()
488 spval = uu_list_next(vals, spval)) { in repvals_to_file()
531 store_retrieve_rep_vals(uu_list_t *vals, const char *fmri, in store_retrieve_rep_vals() argument
551 if (repvals_to_file(fmri, "pid", vals)) { in store_retrieve_rep_vals()
574 empty_rep_val_list(vals); in store_retrieve_rep_vals()
577 if (add_rep_val(vals, tval) == -1) { in store_retrieve_rep_vals()
578 empty_rep_val_list(vals); in store_retrieve_rep_vals()
585 empty_rep_val_list(vals); in store_retrieve_rep_vals()
601 if ((ret = (store ? _store_rep_vals(vals, fmri, prop) : in store_retrieve_rep_vals()
602 _retrieve_rep_vals(vals, fmri, prop))) != in store_retrieve_rep_vals()
615 store_rep_vals(uu_list_t *vals, const char *fmri, const char *prop) in store_rep_vals() argument
617 return (store_retrieve_rep_vals(vals, fmri, prop, B_TRUE)); in store_rep_vals()
621 retrieve_rep_vals(uu_list_t *vals, const char *fmri, const char *prop) in retrieve_rep_vals() argument
623 return (store_retrieve_rep_vals(vals, fmri, prop, B_FALSE)); in retrieve_rep_vals()