Searched refs:nslist (Results 1 – 1 of 1) sorted by relevance
2192 struct nlm_shres *nsp, *nslist = NULL; in nlm_get_active_shres() local2199 nsp_new->ns_next = nslist; in nlm_get_active_shres()2200 nslist = nsp_new; in nlm_get_active_shres()2204 return (nslist); in nlm_get_active_shres()2212 nlm_free_shrlist(struct nlm_shres *nslist) in nlm_free_shrlist() argument2216 while (nslist != NULL) { in nlm_free_shrlist()2217 nsp = nslist; in nlm_free_shrlist()2218 nslist = nslist->ns_next; in nlm_free_shrlist()