Searched refs:slp2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2780 stat_data_list_t *slp, *slp2 = NULL; local
2817 if ((slp2 = lstatp->sdl) == NULL) {
2820 while (slp2->next != NULL)
2821 slp2 = slp2->next;
2822 slp2->next = slp;
3182 stat_data_list_t *slp, *slp2; local
3187 slp2 = slp->next;
3189 slp = slp2;

Completed in 26 milliseconds