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

Completed in 91 milliseconds