Lines Matching refs:endpnt
107 struct endpnt *e_pcurr; /* pointer to current endpoint */
119 typedef struct endpnt { struct
167 static int check_endpnt(struct endpnt *, struct endpnt **);
168 static struct endpnt *endpnt_get(struct knetconfig *, int);
169 static void endpnt_rele(struct endpnt *);
204 struct endpnt *cku_endpnt; /* open end point */
999 struct endpnt *, p->cku_endpnt); in clnt_clts_kcallit_addr()
1326 check_endpnt(struct endpnt *endp, struct endpnt **newp) in check_endpnt()
1395 static struct endpnt *
1400 struct endpnt *new = NULL; in endpnt_get()
1401 struct endpnt *endp = NULL; in endpnt_get()
1402 struct endpnt *next = NULL; in endpnt_get()
1594 bzero(new, sizeof (struct endpnt)); in endpnt_get()
1746 endpnt_rele(struct endpnt *sp) in endpnt_rele()
1812 struct endpnt *e; in endpnt_reap()
1813 struct endpnt *next_node = NULL; in endpnt_reap()
1849 struct endpnt *e; in endpnt_reclaim()
1850 struct endpnt *next_node = NULL; in endpnt_reclaim()
1905 if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL) in endpnt_reclaim()
2242 sizeof (struct endpnt), 0, NULL, NULL, endpnt_repossess, NULL, in clnt_clts_init()