Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c66 static t_scalar_t _t_setsize(t_scalar_t);
250 ntiptr->tp_info.addr = _t_setsize(inforeq.ADDR_size); in t_kopen()
251 ntiptr->tp_info.options = _t_setsize(inforeq.OPT_size); in t_kopen()
252 ntiptr->tp_info.tsdu = _t_setsize(inforeq.TSDU_size); in t_kopen()
253 ntiptr->tp_info.etsdu = _t_setsize(inforeq.ETSDU_size); in t_kopen()
254 ntiptr->tp_info.connect = _t_setsize(inforeq.CDATA_size); in t_kopen()
255 ntiptr->tp_info.discon = _t_setsize(inforeq.DDATA_size); in t_kopen()
266 _t_setsize(t_scalar_t infosize) in _t_setsize() function
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c65 static unsigned int _t_setsize(t_scalar_t infosize, boolean_t option);
513 csize = _t_setsize(tsap->CDATA_size, B_FALSE); in _t_alloc_bufs()
514 dsize = _t_setsize(tsap->DDATA_size, B_FALSE); in _t_alloc_bufs()
530 asize = _t_setsize(tsap->ADDR_size, B_FALSE); in _t_alloc_bufs()
536 osize = _t_setsize(optsize, B_TRUE); in _t_alloc_bufs()
596 _t_setsize(t_scalar_t infosize, boolean_t option) in _t_setsize() function