Lines Matching refs:next
96 for (cur = sdbc_top; cur; cur = cur->next) {
106 goto next;
122 goto next;
135 goto next;
139 next:
181 for (cur = sdbc_top; cur != NULL; cur = cur->next) {
267 for (vslist = vs_top; vslist != NULL; vslist = vslist->next)
272 goto next;
276 goto next;
284 sdbcstat_t *next = sdbc_delstat(cur);
287 cur = sdbc_top = next;
289 cur = pre->next = next;
299 goto next;
336 next:
338 cur = cur->next;
457 sdbcstat_t *next = sdbc_delstat(cur);
460 cur = sdbc_top = next;
462 cur = pre->next = next;
471 cur = cur->next;
497 for (cur = sdbc_top; cur != NULL; cur = cur->next) {
509 sdbcstat->next = cur;
518 if (cur->next == NULL) {
519 cur->next = sdbcstat;
523 nxt_vname = kstat_value(cur->next->pre_set,
527 sdbcstat->next = cur->next;
528 cur->next = sdbcstat;
542 * sdbcstat_t * - pointer to the "next" structures in the
550 sdbcstat_t *next = sdbcstat->next;
560 return (next);