Searched refs:totscount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c1180 int totscount; local
1185 totscount = m_fixhdr(m);
1186 if (totscount > 2 * 0xff)
1189 totscount = 0;
1226 * ALIGN4(len + 4 * 4 + 1 + 2 + ((totscount+1)&~1) + 2),
1229 len = ALIGN4(len + 4 * 4 + 1 + 2 + ((totscount+1)&~1) + 2);
1248 mb_put_uint8(mbp, (totscount+1)/2);
1250 if (totscount) {
1251 error = md_get_mbuf(&mbsetup, totscount, &m);
1252 SMBSDEBUG("%d:%d:%d\n", error, totscount, txma
[all...]

Completed in 45 milliseconds