Searched refs:maxbytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drwinfo.d44 size_t maxbytes;
55 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ?
56 arg2 : i[probefunc].maxbytes;
71 i["read"].maxbytes, i["read"].elapsed);
73 i["write"].maxbytes, i["write"].elapsed);
/freebsd-12-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c65 static ssize_t totbytes = 0, maxbytes = 0; variable
125 " %s [-dr] [-b maxbytes] [-p maxpkts] [-P pidfile] portnum dumpfile\n"
182 maxbytes = (ssize_t) atol(optarg);
285 if (maxbytes) {
287 if (totbytes > maxbytes) {
/freebsd-12-stable/contrib/binutils/bfd/
H A Dbfdio.c121 size_t maxbytes = ((struct areltdata *) abfd->arelt_data)->parsed_size; local
122 if (size > maxbytes)
123 size = maxbytes;
/freebsd-12-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c307 apr_off_t maxbytes)
348 if (readbytes >= maxbytes) {
/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_buckets.h772 * @param maxbytes The maximum bytes to read. If this many bytes are seen
778 apr_off_t maxbytes);

Completed in 175 milliseconds