Home
last modified time | relevance | path

Searched refs:nslist (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c2255 struct nlm_shres *nsp, *nslist = NULL; in nlm_get_active_shres() local
2262 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() argument
2279 while (nslist != NULL) { in nlm_free_shrlist()
2280 nsp = nslist; in nlm_free_shrlist()
2281 nslist = nslist->ns_next; in nlm_free_shrlist()