Lines Matching refs:next
469 struct filedesc *next;
546 for (fd1 = fd; fd1; fd1 = fd1->next) {
664 current = current->next;
766 if (fd->next) {
769 input->current = fd->next;
854 fd->next = input->current;
1168 snd_config_iterator_t i, next;
1169 snd_config_for_each(i, next, config) {
1678 snd_config_iterator_t i, next;
1680 snd_config_for_each(i, next, config) {
1740 snd_config_iterator_t i, next;
1741 snd_config_for_each(i, next, src) {
1745 src->u.compound.fields.next->prev = &dst->u.compound.fields;
1746 src->u.compound.fields.prev->next = &dst->u.compound.fields;
1841 snd_config_iterator_t i, next;
1848 snd_config_for_each(i, next, config) {
1910 snd_config_iterator_t i, next;
1915 snd_config_for_each(i, next, config->parent) {
1972 fd->next = NULL;
2024 while (fd->next) {
2025 fd_next = fd->next;
2144 snd_config_iterator_t i, next;
2148 snd_config_for_each(i, next, parent) {
2182 snd_config_iterator_t i, next;
2189 snd_config_for_each(i, next, parent) {
2195 list_insert(&child->list, &after->list, after->list.next);
2223 snd_config_iterator_t i, next;
2230 snd_config_for_each(i, next, parent) {
2393 i = config->u.compound.fields.next;
2395 struct list_head *nexti = i->next;
2443 i = config->u.compound.fields.next;
2445 struct list_head *nexti = i->next;
3983 snd_config_iterator_t i, next;
3989 snd_config_for_each(i, next, func_conf) {
4056 snd_config_iterator_t i, next;
4065 snd_config_for_each(i, next, n) {
4263 snd_config_iterator_t i, next;
4288 snd_config_for_each(i, next, n) {
4815 return config->u.compound.fields.next;
4819 * \brief Returns an iterator pointing to the next sibling.
4821 * \return An iterator pointing to the next sibling of \a iterator.
4834 return iterator->next;
4896 snd_config_iterator_t i, next;
4903 snd_config_for_each(i, next, src) {
5142 snd_config_iterator_t i, next;
5148 snd_config_for_each(i, next, func_conf) {
5482 snd_config_iterator_t i, next;
5505 snd_config_for_each(i, next, subs) {