Lines Matching defs:next
33 struct fis_list *next;
223 prev = &(*prev)->next;
224 new_fl->next = *prev;
235 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) {
236 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) {
282 if (fl->next && fl->img->flash_base + fl->img->size + master->erasesize <= fl->next->img->flash_base) {
285 parts[i].size = fl->next->img->flash_base - parts[i].offset;
290 fl = fl->next;
299 fl = fl->next;