Searched refs:tbufsize (Results 1 – 2 of 2) sorted by relevance
1029 size_t tbufsize = LINE_SIZE; in _mbsntowcs() local1039 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 …]
132 uint32_t tbufsize; in vgen_create_tx_dring() local144 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() local341 kmem_free(ldcp->tbufp, ldcp->num_txds * tbufsize); in vgen_destroy_tx_dring()