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; local
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
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c871 struct _ti_user *ntiptr; local
963 ntiptr = add_tilink(fd);
964 if (ntiptr == NULL) {
973 if (_t_alloc_bufs(fd, ntiptr, tiap) < 0) {
983 ntiptr->ti_lookcnt = 0;
984 ntiptr->ti_flags = USED;
985 ntiptr->ti_state = T_UNINIT;
986 ntiptr->ti_ocnt = 0;
989 ntiptr->ti_maxpsz = tiap->TIDU_size;
991 ntiptr
[all...]

Completed in 59 milliseconds