Searched refs:ifslastp (Results 1 – 1 of 1) sorted by relevance
91 struct ifsregion *ifslastp; /* last struct in list */ variable142 ifslastp = NULL; in expandarg()305 if (ifslastp == NULL) in removerecordregions()318 ifslastp = NULL; in removerecordregions()320 ifslastp = &ifsfirst; in removerecordregions()326 ifslastp = &ifsfirst; in removerecordregions()327 while (ifslastp->next && ifslastp->next->begoff < endoff) in removerecordregions()328 ifslastp=ifslastp->next; in removerecordregions()329 while (ifslastp->next != NULL) { in removerecordregions()332 ifsp = ifslastp->next->next; in removerecordregions()[all …]