Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c1029 size_t tbufsize = LINE_SIZE; in _mbsntowcs() local
1039 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs()
1040 nc = tbufsize; in _mbsntowcs()
1067 ttbufsize = tbufsize + 2; in _mbsntowcs()
1070 tp = th + tbufsize - nc; in _mbsntowcs()
1071 tbufsize = ttbufsize; in _mbsntowcs()
1082 ttbufsize = tbufsize + LINE_SIZE; in _mbsntowcs()
1085 tp = th + tbufsize; in _mbsntowcs()
1087 tbufsize = ttbufsize; in _mbsntowcs()
1106 ttbufsize = tbufsize + 2; in _mbsntowcs()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c132 uint32_t tbufsize; in vgen_create_tx_dring() local
144 tbufsize = sizeof (vgen_private_desc_t); in vgen_create_tx_dring()
147 tbufp = kmem_zalloc(ldcp->num_txds * tbufsize, KM_NOSLEEP); in vgen_create_tx_dring()
298 int tbufsize = sizeof (vgen_private_desc_t); in vgen_destroy_tx_dring() local
341 kmem_free(ldcp->tbufp, ldcp->num_txds * tbufsize); in vgen_destroy_tx_dring()