Searched defs:totpcount (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;
724 if (totpcount > tmp)
725 totpcount = tmp;
783 if (totpgot >= totpcount && totdgot >= totdcount) {
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
836 totpcount = totdcount = 0xffffffff;
852 if (totpcount > tmp)
853 totpcount = tmp;
909 if (totpgot >= totpcount
946 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; local
1178 int totpcount, leftpcount, totdcount, leftdcount, len, txmax; local
[all...]

Completed in 417 milliseconds