Searched refs:cur_elt (Results 1 – 3 of 3) sorted by relevance
560 map_id_elt_t *cur_elt; in dump_map_id_list() local573 cur_elt = map_id_list[i]; in dump_map_id_list()577 cur_elt->map_name, in dump_map_id_list()578 cur_elt->map_id); in dump_map_id_list()579 cur_elt = cur_elt->next; in dump_map_id_list()580 } while (cur_elt != NULL); in dump_map_id_list()600 map_id_elt_t *cur_elt, *next_elt; in free_map_id_list() local604 cur_elt = map_id_list[i]; in free_map_id_list()606 next_elt = cur_elt->next; in free_map_id_list()607 if (cur_elt->map_name) in free_map_id_list()[all …]
74 map_id_elt_t *cur_elt; in get_map_id() local85 cur_elt = map_list_p[index]; in get_map_id()86 while (cur_elt != NULL) { in get_map_id()87 if (strcmp(map_name, cur_elt->map_name) == 0) { in get_map_id()89 return (cur_elt->map_id); in get_map_id()91 cur_elt = cur_elt->next; in get_map_id()
216 static struct snaplevel *cur_elt; /* cur_elt->sl == cur_level */ variable854 while ((cur_elt = uu_list_teardown(cur_levels, &cookie)) != NULL) { in unselect_cursnap()855 scf_snaplevel_destroy(cur_elt->sl); in unselect_cursnap()856 free(cur_elt); in unselect_cursnap()11489 elt = uu_list_next(cur_levels, cur_elt); in lscf_select()11509 cur_elt = elt; in lscf_select()11564 elt = uu_list_prev(cur_levels, cur_elt); in lscf_unselect()11568 cur_elt = elt; in lscf_unselect()11734 elt = uu_list_next(cur_levels, cur_elt); in lscf_list()15163 cur_elt = safe_malloc(sizeof (*cur_elt)); in lscf_selectsnap()[all …]