Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c107 struct endpnt *e_pcurr; /* pointer to current endpoint */ member
1269 etype->e_pcurr = NULL; in endpnt_type_create()
1531 endp = np->e_pcurr; in endpnt_get()
1545 np->e_pcurr = next; in endpnt_get()
1576 endp = np->e_pcurr; in endpnt_get()
1577 if ((next = list_next(&np->e_pool, np->e_pcurr)) != in endpnt_get()
1579 np->e_pcurr = next; in endpnt_get()
1606 if (np->e_pcurr == NULL) in endpnt_get()
1607 np->e_pcurr = new; in endpnt_get()
1906 np->e_pcurr = e; in endpnt_reclaim()
[all …]