Lines Matching defs:ntiptr
77 TIUSER *ntiptr;
162 ntiptr = kmem_alloc(TIUSERSZ, KM_SLEEP);
163 ntiptr->fp = fp;
164 ntiptr->flags = madefp ? MADE_FP : 0;
174 kmem_free(ntiptr, TIUSERSZ);
202 kmem_free(ntiptr, TIUSERSZ);
220 kmem_free(ntiptr, TIUSERSZ);
232 kmem_free(ntiptr, TIUSERSZ);
241 kmem_free(ntiptr, TIUSERSZ);
250 ntiptr->tp_info.addr = _t_setsize(inforeq.ADDR_size);
251 ntiptr->tp_info.options = _t_setsize(inforeq.OPT_size);
252 ntiptr->tp_info.tsdu = _t_setsize(inforeq.TSDU_size);
253 ntiptr->tp_info.etsdu = _t_setsize(inforeq.ETSDU_size);
254 ntiptr->tp_info.connect = _t_setsize(inforeq.CDATA_size);
255 ntiptr->tp_info.discon = _t_setsize(inforeq.DDATA_size);
256 ntiptr->tp_info.servtype = inforeq.SERV_type;
258 *tiptr = ntiptr;