Searched defs:ddisp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
743 (error2 = md_get_uint16le(mdp, &ddisp)) != 0)
745 if (dcount != 0 && ddisp != totdgot) {
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
870 (error2 = md_get_uint32le(mdp, &ddisp)) != 0)
872 if (dcount != 0 && ddisp != totdgot) {

Completed in 61 milliseconds