Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
709 totpcount = totdcount = 0xffff; in smb_t2_reply()
724 if (totpcount > tmp) in smb_t2_reply()
725 totpcount = 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()
852 if (totpcount > tmp) in smb_nt_reply()
853 totpcount = tmp; in smb_nt_reply()
909 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_nt_reply()
[all …]