Home
last modified time | relevance | path

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

/titanic_41/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
733 (error2 = md_get_uint16le(mdp, &pdisp)) != 0) in smb_t2_reply()
735 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply()
737 pdisp, totpgot); in smb_t2_reply()
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_nt_reply() local
860 (error2 = md_get_uint32le(mdp, &pdisp)) != 0) in smb_nt_reply()
862 if (pcount != 0 && pdisp != totpgot) { in smb_nt_reply()
864 pdisp, totpgot); in smb_nt_reply()