Home
last modified time | relevance | path

Searched refs:tl_lookcbuf (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c249 if (*(t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf == in _t_register_lookevent()
283 if ((tlbs->tl_lookcbuf = malloc(cbuf_size)) == NULL) { in _t_register_lookevent()
291 free(tlbs->tl_lookcbuf); in _t_register_lookevent()
297 (void) memcpy(tlbs->tl_lookcbuf, cptr, csize); in _t_register_lookevent()
584 tiptr->ti_lookbufs.tl_lookcbuf = lookcbuf; in _t_alloc_bufs()
640 tiptr->ti_lookbufs.tl_lookcbuf = NULL; in _t_reinit_tiptr()
1248 free(head_tlbs->tl_lookcbuf); in _t_free_lookbufs()
1249 head_tlbs->tl_lookcbuf = NULL; in _t_free_lookbufs()
1261 free(tlbs->tl_lookcbuf); in _t_free_lookbufs()
1288 free(tlbs->tl_lookcbuf); in _t_free_looklist_head()
[all …]
H A Dt_rcvdis.c97 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_DISCON_IND)) { in _tx_rcvdis()
102 ctlbuf.buf = tiptr->ti_lookbufs.tl_lookcbuf; in _tx_rcvdis()
H A Dt_look.c153 type = *((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf); in _t_look_locked()
H A Dt_rcvrel.c104 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_ORDREL_IND)) { in _tx_rcvrel()
H A Dt_rcvreldata.c106 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_ORDREL_IND)) { in _tx_rcvreldata()
H A Dt_rcvuderr.c72 ctlbuf.buf = tiptr->ti_lookbufs.tl_lookcbuf; in _tx_rcvuderr()
H A Dtx.h49 char *tl_lookcbuf; /* pointer to "look" ctl */ member
H A Dt_rcv.c137 if (*((t_scalar_t *)tlbs->tl_lookcbuf) in _tx_rcv()
H A Dt_rcvv.c138 if (*((t_scalar_t *)tlbs->tl_lookcbuf) in _tx_rcvv()