Lines Matching defs:next
92 * ITER_READ, rc_iter_next() uses uu_list_walk_next() to find the next
1322 struct pc_elt *ep, *next;
1325 for (ep = pcp->pc_buckets[i]; ep != NULL; ep = next) {
1326 next = ep->pce_next;
1398 struct pc_elt *ep, *next;
1410 for (ep = pcp->pc_buckets[i]; ep != NULL; ep = next) {
1411 next = ep->pce_next;
1437 /* Failure is not a stopper; we'll try again next time. */
4827 /* our parent is gone, we're going next... */
5073 /* our parent is gone, we're going next... */
5080 * find the next snaplevel
6024 /* Someone deleted it, so try the next one. */
6338 * the next level.
6423 /* Start walking next level. */
7216 /* our parent is gone, we're going next... */
7532 rc_notify_t *next = uu_list_next(rc_notify_list, np);
7545 np = next;