Lines Matching defs:next
33 struct fis_list *next;
224 prev = &(*prev)->next;
225 new_fl->next = *prev;
236 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) {
237 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) {
284 if(fl->next && fl->img->flash_base + fl->img->size + master->erasesize <= fl->next->img->flash_base) {
287 parts[i].size = fl->next->img->flash_base - parts[i].offset;
292 fl = fl->next;
300 fl = fl->next;