Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c806 int error, error2, totpgot, totdgot; in smb_t2_reply() local
828 totpgot = totdgot = 0; in smb_t2_reply()
865 if (dcount != 0 && ddisp != totdgot) { in smb_t2_reply()
901 totdgot += dcount; in smb_t2_reply()
903 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()
937 u_int32_t tmp, dcount, totpgot, totdgot; in smb_nt_reply() local
955 totpgot = totdgot = 0; in smb_nt_reply()
992 if (dcount != 0 && ddisp != totdgot) { in smb_nt_reply()
1027 totdgot += dcount; in smb_nt_reply()
1029 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_nt_reply()