Searched refs:e_pcurr (Results 1 – 1 of 1) sorted by relevance
102 struct endpnt *e_pcurr; /* pointer to current endpoint */ member1244 etype->e_pcurr = NULL; in endpnt_type_create()1506 endp = np->e_pcurr; in endpnt_get()1517 next = (endpnt_t *)list_next(&np->e_pool, np->e_pcurr); in endpnt_get()1520 np->e_pcurr = next; in endpnt_get()1551 endp = np->e_pcurr; in endpnt_get()1552 if ((next = list_next(&np->e_pool, np->e_pcurr)) != in endpnt_get()1554 np->e_pcurr = next; in endpnt_get()1581 if (np->e_pcurr == NULL) in endpnt_get()1582 np->e_pcurr = new; in endpnt_get()[all …]