Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_rq.c449 int error, totpgot, totdgot; in smb_t2_reply() local
471 totpgot = totdgot = 0; in smb_t2_reply()
494 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply()
496 pdisp, totpgot); in smb_t2_reply()
529 totpgot += pcount; in smb_t2_reply()
531 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()