Lines Matching defs:e_tiptr
123 TIUSER *e_tiptr; /* pointer to transport endpoint */
697 t_kadvise(p->cku_endpnt->e_tiptr,
897 if (endpt->e_tiptr != NULL) {
900 (void) t_kclose(endpt->e_tiptr, 1);
901 endpt->e_tiptr = NULL;
1171 * | e_tiptr | | | e_tiptr | | | |
1184 * | | e_tiptr | | |
1197 * | e_tiptr |
1612 new->e_tiptr = tiptr;
1659 bindresvport(new->e_tiptr, NULL, NULL, FALSE)) != 0) {
1670 (void) t_kclose(new->e_tiptr, 1);
1676 &new->e_tiptr, cr);
1679 new->e_tiptr = NULL;
1683 } else if ((error = t_kbind(new->e_tiptr, NULL, NULL)) != 0) {
1719 new->e_tiptr = NULL;
1821 (void) t_kclose(e->e_tiptr, 1);
1822 e->e_tiptr = NULL;
1907 if (e->e_tiptr != NULL)
1908 (void) t_kclose(e->e_tiptr, 1);