Lines Matching refs:next
44 struct vendor *next; member
50 struct product *next; member
56 struct class *next; member
62 struct subclass *next; member
68 struct protocol *next; member
74 struct genericstrtable *next; member
106 for (; v; v = v->next) in names_vendor()
117 for (; p; p = p->next) in names_product()
128 for (; c; c = c->next) in names_class()
139 for (; s; s = s->next) in names_subclass()
152 for (; p; p = p->next) in names_protocol()
161 struct pool *next; member
181 p->next = pool_head; in my_malloc()
201 pool = pool->next; in names_free()
212 for (; v; v = v->next) in new_vendor()
220 v->next = vendors[h]; in new_vendor()
232 for (; p; p = p->next) in new_product()
241 p->next = products[h]; in new_product()
252 for (; c; c = c->next) in new_class()
260 c->next = classes[h]; in new_class()
271 for (; s; s = s->next) in new_subclass()
280 s->next = subclasses[h]; in new_subclass()
293 for (; p; p = p->next) in new_protocol()
304 p->next = protocols[h]; in new_protocol()