Searched refs:ddisp (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 743 (error2 = md_get_uint16le(mdp, &ddisp)) != 0) in smb_t2_reply() 745 if (dcount != 0 && ddisp != totdgot) { in smb_t2_reply() 816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_nt_reply() local 870 (error2 = md_get_uint32le(mdp, &ddisp)) != 0) in smb_nt_reply() 872 if (dcount != 0 && ddisp != totdgot) { in smb_nt_reply()
|