Searched refs:sv_el (Results 1 – 1 of 1) sorted by relevance
133 scf_val_el_t *sv_el; in add_proto_list() local148 if ((sv_el = malloc(sizeof (scf_val_el_t))) == NULL) in add_proto_list()151 if (((sv_el->val = scf_value_create(hdl)) == NULL) || in add_proto_list()152 (scf_value_set_astring(sv_el->val, plist[i]) != 0) || in add_proto_list()153 (scf_entry_add_value(entry, sv_el->val) != 0)) in add_proto_list()156 uu_list_node_init(sv_el, &sv_el->link, sv_pool); in add_proto_list()157 (void) uu_list_insert_after(*sv_list, NULL, sv_el); in add_proto_list()168 scf_val_el_t *sv_el; in remove_proto_list() local173 while ((sv_el = uu_list_teardown(sv_list, &cookie)) != NULL) { in remove_proto_list()174 scf_value_destroy(sv_el->val); in remove_proto_list()[all …]