Searched refs:maxwords (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-smb.c485 const u_char *maxwords; local
501 maxwords = min(words + 1 + wct * 2, maxbuf);
503 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr);
800 const u_char *words, *maxwords, *data; local
849 maxwords = min(data, maxbuf);
869 for (i = 0; &words[1 + 2 * i] < maxwords; i++) {
/freebsd-11.0-release/sys/dev/safe/
H A Dsafe.c1722 u_int maxwords; local
1729 maxwords = safe_rngbufsize;
1730 if (maxwords > SAFE_RNG_MAXBUFSIZ)
1731 maxwords = SAFE_RNG_MAXBUFSIZ;
1733 for (i = 0; i < maxwords; i++)
1769 (*sc->sc_harvest)(sc->sc_rndtest, buf, maxwords*sizeof (u_int32_t));

Completed in 95 milliseconds