Home
last modified time | relevance | path

Searched refs:totdgot (Results 1 – 1 of 1) sorted by relevance

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