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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-smb.c491 const u_char *maxwords; local
507 maxwords = min(words + 1 + wct * 2, maxbuf);
509 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr);
806 const u_char *words, *maxwords, *data; local
857 maxwords = min(data, maxbuf);
877 for (i = 0; &words[1 + 2 * i] < maxwords; i++) {
/freebsd-11-stable/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 62 milliseconds