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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c947 int error, doff, poff, txdcount, txpcount, nmlen, nmsize; local
1007 txdcount = 0;
1018 txdcount = min(leftdcount, txmax - len);
1019 doff = txdcount ? len : 0;
1022 leftdcount -= txdcount;
1025 mb_put_uint16le(mbp, txdcount);
1054 if (txdcount) {
1056 error = md_get_mbuf(&mbdata, txdcount, &m);
1098 txdcount = 0;
1104 txdcount
1179 int error, doff, poff, txdcount, txpcount; local
[all...]

Completed in 47 milliseconds