Home
last modified time | relevance | path

Searched refs:ntiptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c77 TIUSER *ntiptr; in t_kopen() local
162 ntiptr = kmem_alloc(TIUSERSZ, KM_SLEEP); in t_kopen()
163 ntiptr->fp = fp; in t_kopen()
164 ntiptr->flags = madefp ? MADE_FP : 0; in t_kopen()
174 kmem_free(ntiptr, TIUSERSZ); in t_kopen()
202 kmem_free(ntiptr, TIUSERSZ); in t_kopen()
220 kmem_free(ntiptr, TIUSERSZ); in t_kopen()
232 kmem_free(ntiptr, TIUSERSZ); in t_kopen()
241 kmem_free(ntiptr, TIUSERSZ); in t_kopen()
250 ntiptr->tp_info.addr = _t_setsize(inforeq.ADDR_size); in t_kopen()
[all …]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c871 struct _ti_user *ntiptr; in _t_create() local
963 ntiptr = add_tilink(fd); in _t_create()
964 if (ntiptr == NULL) { in _t_create()
973 if (_t_alloc_bufs(fd, ntiptr, tiap) < 0) { in _t_create()
983 ntiptr->ti_lookcnt = 0; in _t_create()
984 ntiptr->ti_flags = USED; in _t_create()
985 ntiptr->ti_state = T_UNINIT; in _t_create()
986 ntiptr->ti_ocnt = 0; in _t_create()
989 ntiptr->ti_maxpsz = tiap->TIDU_size; in _t_create()
991 ntiptr->ti_tsdusize = tiap->TSDU_size; in _t_create()
[all …]