Searched refs:leftpcount (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 966 leftpcount = totpcount; 1004 if (len + leftpcount > txmax) { 1005 txpcount = min(leftpcount, txmax - len); 1010 txpcount = leftpcount; 1021 leftpcount -= txpcount; 1065 if (leftpcount || leftdcount) { 1076 while (leftpcount || leftdcount) { 1095 if (len + leftpcount > txmax) { 1096 txpcount = min(leftpcount, txma 1178 int totpcount, leftpcount, totdcount, leftdcount, len, txmax; local [all...] |
Completed in 66 milliseconds