Searched refs:save_list (Results 1 – 2 of 2) sorted by relevance
151 krb5_enctype *save_list; in sort_enctypes() local154 save_list = malloc(req_len * sizeof(*save_list)); in sort_enctypes()155 if (save_list == NULL) in sort_enctypes()164 save_list[save_pos++] = req_list[i]; in sort_enctypes()169 req_list[req_pos++] = save_list[i]; in sort_enctypes()172 free(save_list); in sort_enctypes()
415 struct list_head *list, *tmp, *save_list; in adf_cfg_section_save_all() local418 save_list = &cfg_depot_list[accel_dev->accel_id].sec_list; in adf_cfg_section_save_all()426 list_add_tail(&iter_sec->list, save_list); in adf_cfg_section_save_all()