Lines Matching defs:next
114 struct sound_unit *next;
166 list=&((*list)->next);
173 list=&((*list)->next);
186 list=&((*list)->next);
201 s->next=*list;
219 *list=p->next;
222 list=&(p->next);
263 * to the next unit; otherwise, -EBUSY.
427 * Pass -1 to request the next free mixer unit.
452 * Pass -1 to request the next free DSP unit.
528 s=s->next;