Searched defs:totdcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
709 totpcount = totdcount = 0xffff;
728 if (totdcount > tmp)
729 totdcount = tmp;
783 if (totpgot >= totpcount && totdgot >= totdcount) {
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
836 totpcount = totdcount = 0xffffffff;
856 if (totdcount > tmp)
857 totdcount = tmp;
909 if (totpgot >= totpcount && totdgot >= totdcount) {
946 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; local
1178 int totpcount, leftpcount, totdcount, leftdcount, len, txmax; local
[all...]

Completed in 80 milliseconds