Searched refs:is_next (Results 1 – 8 of 8) sorted by relevance
62 for (pos = list; pos; pos = pos->is_next) { in find_iodev_by_name()112 for (pos = ss->s_iodevs; pos; pos = pos->is_next) { in find_parent()129 for (pos = ss->s_iodevs; pos; pos = pos->is_next) { in find_parent()135 for (pos2 = pos->is_children; pos2; pos2 = pos2->is_next) { in find_parent()216 *list = pos->is_next; in list_del()217 if (pos->is_next) in list_del()218 pos->is_next->is_prev = pos->is_prev; in list_del()220 pos->is_prev->is_next = pos->is_next; in list_del()221 pos->is_prev = pos->is_next = NULL; in list_del()229 new->is_prev = new->is_next = NULL; in insert_before()[all …]
122 d1 = d1->is_next; in iodev_walk()127 d2 = d2->is_next; in iodev_walk()132 d1 = d1->is_next; in iodev_walk()133 d2 = d2->is_next; in iodev_walk()141 d1 = d1->is_next; in iodev_walk()148 d2 = d2->is_next; in iodev_walk()254 pos = pos->is_next; in get_child_list()309 d1 = d1->is_next; in iodev_report()312 d2 = d2->is_next; in iodev_report()315 d1 = d1->is_next; in iodev_report()[all …]
193 struct iodev_snapshot *is_next; member
367 ss->s_iodevs = ss->s_iodevs->is_next; in free_snapshot()
388 for (sp = ifs->ifs_ips_list; sp; sp = sp->is_next)636 for (is = ifs->ifs_ips_list; is; is = is->is_next)642 ips.ips_next = isn->is_next;770 for (is = ifs->ifs_ips_list; is; is = is->is_next)850 ifs->ifs_ips_list->is_pnext = &is->is_next;852 is->is_next = ifs->ifs_ips_list;3209 for (is = ifs->ifs_ips_list; is; is = is->is_next) {3222 for (is = ifs->ifs_ips_list; is; is = is->is_next) {3236 for (is = ifs->ifs_ips_list; is; is = is->is_next) {3276 for (is = ifs->ifs_ips_list; is != NULL; is = is->is_next) {[all …]
190 return ips.is_next;
39 struct ipstate *is_next; member
1232 for (; ipsstp->iss_list; ipsstp->iss_list = ips.is_next) {