Lines Matching defs:endpnt
107 struct endpnt *e_pcurr; /* pointer to current endpoint */
119 typedef struct endpnt {
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 */
576 * Grab an endpnt only if the endpoint is NULL. We could be retrying
999 struct endpnt *, p->cku_endpnt);
1226 * e_lock: Lock defined in the endpnt structure. It is intended to protect
1315 check_endpnt(struct endpnt *endp, struct endpnt **newp)
1380 * Returns a handle (struct endpnt *) to an open and bound endpoint
1384 static struct endpnt *
1389 struct endpnt *new = NULL;
1390 struct endpnt *endp = NULL;
1391 struct endpnt *next = NULL;
1583 bzero(new, sizeof (struct endpnt));
1735 endpnt_rele(struct endpnt *sp)
1801 struct endpnt *e;
1802 struct endpnt *next_node = NULL;
1838 struct endpnt *e;
1839 struct endpnt *next_node = NULL;
1894 if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL)
2004 * Reclaim idle endpnt's from all zones.
2231 sizeof (struct endpnt), 0, NULL, NULL, endpnt_repossess, NULL,