Lines Matching defs:next
26 struct vendor *next;
32 struct product *next;
38 struct class *next;
44 struct subclass *next;
50 struct protocol *next;
56 struct genericstrtable *next;
88 for (; v; v = v->next)
99 for (; p; p = p->next)
110 for (; c; c = c->next)
121 for (; s; s = s->next)
134 for (; p; p = p->next)
143 struct pool *next;
163 p->next = pool_head;
183 pool = pool->next;
194 for (; v; v = v->next)
202 v->next = vendors[h];
214 for (; p; p = p->next)
223 p->next = products[h];
234 for (; c; c = c->next)
242 c->next = classes[h];
253 for (; s; s = s->next)
262 s->next = subclasses[h];
275 for (; p; p = p->next)
286 p->next = protocols[h];