Searched refs:leftdcount (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 946 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; local 965 leftdcount = totdcount; 1018 txdcount = min(leftdcount, txmax - len); 1022 leftdcount -= txdcount; 1065 if (leftpcount || leftdcount) { 1076 while (leftpcount || leftdcount) { 1104 txdcount = min(leftdcount, txmax - len); 1112 mb_put_uint16le(mbp, totdcount - leftdcount); 1114 leftdcount -= txdcount; 1178 int totpcount, leftpcount, totdcount, leftdcount, le local [all...] |
Completed in 132 milliseconds