Searched refs:maxbufsize (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_bcast.c259 u_int maxbufsize = 0; local
345 if (maxbufsize <= fdlist[fdlistno].dsize)
346 maxbufsize = fdlist[fdlistno].dsize;
368 if (maxbufsize == 0) {
373 inbuf = malloc(maxbufsize);
374 outbuf = malloc(maxbufsize);
398 xdrmem_create(xdrs, outbuf, maxbufsize, XDR_ENCODE);
/freebsd-12-stable/sys/net/
H A Dbpf_buffer.c95 SYSCTL_INT(_net_bpf, OID_AUTO, maxbufsize, CTLFLAG_RW,
/freebsd-12-stable/sys/ddb/
H A Ddb_capture.c91 SYSCTL_UINT(_debug_ddb_capture, OID_AUTO, maxbufsize, CTLFLAG_RD,
164 ("sysctl_debug_ddb_capture_maxbufsize: bufsize > maxbufsize"));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcyrus_auth.c279 /* Set maxbufsize to the maximum amount of data we can read at any one time.
282 secprops->maxbufsize = SVN_RA_SVN__READBUF_SIZE;
/freebsd-12-stable/sys/kern/
H A Dkern_rctl.c100 SYSCTL_UINT(_kern_racct_rctl, OID_AUTO, maxbufsize, CTLFLAG_RWTUN,
/freebsd-12-stable/contrib/sendmail/src/
H A Dusersmtp.c1635 ssp.maxbufsize = MAXOUTLEN;
H A Dsrvrsmtp.c1147 ssp.maxbufsize = MAXOUTLEN;

Completed in 279 milliseconds