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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c686 int error, error2, totpgot, totdgot; local
708 totpgot = totdgot = 0;
745 if (dcount != 0 && ddisp != totdgot) {
781 totdgot += dcount;
783 if (totpgot >= totpcount && totdgot >= totdcount) {
817 u_int32_t tmp, dcount, totpgot, totdgot; local
835 totpgot = totdgot = 0;
872 if (dcount != 0 && ddisp != totdgot) {
907 totdgot += dcount;
909 if (totpgot >= totpcount && totdgot >
[all...]

Completed in 62 milliseconds