Searched refs:maxbuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-smb.c173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) argument
209 maxbuf, unicodestr);
245 const u_char *maxbuf = data + datalen; local
257 maxbuf, unicodestr);
263 maxbuf, unicodestr);
269 maxbuf, unicodestr);
275 maxbuf, unicodestr);
281 maxbuf, unicodestr);
287 maxbuf, unicodestr);
293 maxbuf, unicodest
336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) argument
398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
439 print_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
483 print_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
795 print_smb(const u_char *buf, const u_char *maxbuf) argument
931 const u_char *maxbuf; local
1092 const u_char *maxbuf = data + length; local
1255 const u_char *maxbuf; local
1295 const u_char *maxbuf = data + length; local
1387 const u_char *maxbuf = data + length; local
1490 const u_char *maxbuf; local
[all...]
H A Dsmbutil.c132 name_interpret(const u_char *in, const u_char *maxbuf, char *out) argument
137 if (in >= maxbuf)
149 if (in + 1 >= maxbuf)
172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf) argument
178 if (p >= maxbuf)
189 if ((p + 1) >= maxbuf)
197 if (p >= maxbuf)
211 name_extract(const u_char *buf, int ofs, const u_char *maxbuf, char *name) argument
213 const u_char *p = name_ptr(buf, ofs, maxbuf);
217 return(name_interpret(p, maxbuf, nam
225 name_len(const unsigned char *s, const unsigned char *maxbuf) argument
432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
[all...]
/freebsd-10.0-release/sys/kern/
H A Dvfs_bio.c642 long maxbuf, maxbuf_sz, buf_sz, biotmap_sz; local
678 maxbuf = (LONG_MAX / 3) / BKVASIZE;
679 if (nbuf > maxbuf) {
682 maxbuf);
683 nbuf = maxbuf;
695 * The fall-back to the maxbuf in case of maxbcache unset,
700 maxbuf_sz = maxbcache != 0 ? maxbcache : maxbuf * BKVASIZE;
707 * of maxbuf to transient map.
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c572 char maxbuf[32]; local
577 zdb_nicenum(space_map_maxsize(sm), maxbuf); local
580 "segments", avl_numnodes(t), "maxsize", maxbuf,

Completed in 199 milliseconds