Lines Matching refs:endpnt
102 struct endpnt *e_pcurr; /* pointer to current endpoint */
114 typedef struct endpnt { struct
162 static int check_endpnt(struct endpnt *, struct endpnt **);
163 static struct endpnt *endpnt_get(struct knetconfig *, int);
164 static void endpnt_rele(struct endpnt *);
199 struct endpnt *cku_endpnt; /* open end point */
982 struct endpnt *, p->cku_endpnt); in clnt_clts_kcallit_addr()
1301 check_endpnt(struct endpnt *endp, struct endpnt **newp) in check_endpnt()
1370 static struct endpnt *
1375 struct endpnt *new = NULL; in endpnt_get()
1376 struct endpnt *endp = NULL; in endpnt_get()
1377 struct endpnt *next = NULL; in endpnt_get()
1569 bzero(new, sizeof (struct endpnt)); in endpnt_get()
1721 endpnt_rele(struct endpnt *sp) in endpnt_rele()
1787 struct endpnt *e; in endpnt_reap()
1788 struct endpnt *next_node = NULL; in endpnt_reap()
1824 struct endpnt *e; in endpnt_reclaim()
1825 struct endpnt *next_node = NULL; in endpnt_reclaim()
1880 if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL) in endpnt_reclaim()
2217 sizeof (struct endpnt), 0, NULL, NULL, endpnt_repossess, NULL, in clnt_clts_init()