Searched refs:totdcount (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local 709 totpcount = totdcount = 0xffff; in smb_t2_reply() 728 if (totdcount > tmp) in smb_t2_reply() 729 totdcount = tmp; in smb_t2_reply() 783 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply() 816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_nt_reply() local 836 totpcount = totdcount = 0xffffffff; in smb_nt_reply() 856 if (totdcount > tmp) in smb_nt_reply() 857 totdcount = tmp; in smb_nt_reply() 909 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_nt_reply() [all …]
|