Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_rq.c445 int error, totpgot, totdgot; in smb_t2_reply() local
467 totpgot = totdgot = 0; in smb_t2_reply()
490 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply()
492 pdisp, totpgot); in smb_t2_reply()
525 totpgot += pcount; in smb_t2_reply()
527 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()