Searched refs:nslist (Results 1 – 1 of 1) sorted by relevance
2255 struct nlm_shres *nsp, *nslist = NULL; in nlm_get_active_shres() local2262 nsp_new->ns_next = nslist; in nlm_get_active_shres()2263 nslist = nsp_new; in nlm_get_active_shres()2267 return (nslist); in nlm_get_active_shres()2275 nlm_free_shrlist(struct nlm_shres *nslist) in nlm_free_shrlist() argument2279 while (nslist != NULL) { in nlm_free_shrlist()2280 nsp = nslist; in nlm_free_shrlist()2281 nslist = nslist->ns_next; in nlm_free_shrlist()