Lines Matching refs:next
26 struct vendor *next; member
32 struct product *next; member
38 struct class *next; member
44 struct subclass *next; member
50 struct protocol *next; member
56 struct genericstrtable *next; member
88 for (; v; v = v->next) in names_vendor()
99 for (; p; p = p->next) in names_product()
110 for (; c; c = c->next) in names_class()
121 for (; s; s = s->next) in names_subclass()
134 for (; p; p = p->next) in names_protocol()
143 struct pool *next; member
163 p->next = pool_head; in my_malloc()
183 pool = pool->next; in names_free()
194 for (; v; v = v->next) in new_vendor()
202 v->next = vendors[h]; in new_vendor()
214 for (; p; p = p->next) in new_product()
223 p->next = products[h]; in new_product()
234 for (; c; c = c->next) in new_class()
242 c->next = classes[h]; in new_class()
253 for (; s; s = s->next) in new_subclass()
262 s->next = subclasses[h]; in new_subclass()
275 for (; p; p = p->next) in new_protocol()
286 p->next = protocols[h]; in new_protocol()