Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c807 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
853 (error2 = md_get_uint16le(mdp, &pdisp)) != 0) in smb_t2_reply()
855 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply()
857 pdisp, totpgot); in smb_t2_reply()
936 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_nt_reply() local
980 (error2 = md_get_uint32le(mdp, &pdisp)) != 0) in smb_nt_reply()
982 if (pcount != 0 && pdisp != totpgot) { in smb_nt_reply()
984 pdisp, totpgot); in smb_nt_reply()