Lines Matching refs:vals

281 remove_tr_entry_values(uu_list_t *vals)  in remove_tr_entry_values()  argument
285 for (rval = uu_list_first(vals); rval != NULL; in remove_tr_entry_values()
286 rval = uu_list_next(vals, rval)) { in remove_tr_entry_values()
304 uu_list_t *vals) in add_tr_entry_values() argument
308 for (rval = uu_list_first(vals); rval != NULL; in add_tr_entry_values()
309 rval = uu_list_next(vals, rval)) { in add_tr_entry_values()
313 remove_tr_entry_values(vals); in add_tr_entry_values()
320 remove_tr_entry_values(vals); in add_tr_entry_values()
343 _store_rep_vals(uu_list_t *vals, const char *inst_fmri, const char *prop_name) in _store_rep_vals() argument
380 if (add_tr_entry_values(rep_handle, entry, vals) < 0) { in _store_rep_vals()
391 remove_tr_entry_values(vals); in _store_rep_vals()
403 remove_tr_entry_values(vals); in _store_rep_vals()
456 repvals_to_file(const char *fmri, const char *name, uu_list_t *vals) in repvals_to_file() argument
485 for (spval = uu_list_first(vals); spval != NULL; in repvals_to_file()
486 spval = uu_list_next(vals, spval)) { in repvals_to_file()
529 store_retrieve_rep_vals(uu_list_t *vals, const char *fmri, in store_retrieve_rep_vals() argument
549 if (repvals_to_file(fmri, "pid", vals)) { in store_retrieve_rep_vals()
572 empty_rep_val_list(vals); in store_retrieve_rep_vals()
575 if (add_rep_val(vals, tval) == -1) { in store_retrieve_rep_vals()
576 empty_rep_val_list(vals); in store_retrieve_rep_vals()
583 empty_rep_val_list(vals); in store_retrieve_rep_vals()
599 if ((ret = (store ? _store_rep_vals(vals, fmri, prop) : in store_retrieve_rep_vals()
600 _retrieve_rep_vals(vals, fmri, prop))) != in store_retrieve_rep_vals()
613 store_rep_vals(uu_list_t *vals, const char *fmri, const char *prop) in store_rep_vals() argument
615 return (store_retrieve_rep_vals(vals, fmri, prop, B_TRUE)); in store_rep_vals()
619 retrieve_rep_vals(uu_list_t *vals, const char *fmri, const char *prop) in retrieve_rep_vals() argument
621 return (store_retrieve_rep_vals(vals, fmri, prop, B_FALSE)); in retrieve_rep_vals()