OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOV_MAX
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/mpl/dhcp/bind/include/isc/
platform.h
43
#ifndef
IOV_MAX
44
#define
IOV_MAX
1024
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
platform.h.in
43
#ifndef
IOV_MAX
44
#define
IOV_MAX
1024
/src/sys/sys/
syslimits.h
91
#define
IOV_MAX
1024 /* max # of iovec's for readv(2) etc. */
/src/external/mpl/bind/dist/bin/tests/system/dnstap/
bad-fstrm-set-output-queue-size-max.conf
16
* This value is system dependent and matches
IOV_MAX
.
/src/crypto/external/bsd/openssh/dist/
atomicio.c
107
struct iovec iov_array[
IOV_MAX
], *iov = iov_array;
110
if (iovcnt < 0 || iovcnt >
IOV_MAX
) {
/src/tests/lib/libc/sys/
t_write.c
202
"when iovcnt is greater than
IOV_MAX
");
209
(void)printf("Calling writev(2, NULL,
IOV_MAX
+ 1)...\n");
212
retval = writev(2, NULL,
IOV_MAX
+ 1);
/src/external/bsd/tmux/dist/compat/
imsg-buffer.c
727
struct iovec iov[
IOV_MAX
];
734
if (i >=
IOV_MAX
)
760
struct iovec iov[
IOV_MAX
];
775
if (i >=
IOV_MAX
)
/src/sys/dev/dmover/
dmover_io.c
241
if (req->req_outbuf.dmbuf_iovcnt >
IOV_MAX
)
294
if (inbuf.dmbuf_iovcnt >
IOV_MAX
) {
/src/sys/kern/
sys_generic.c
233
if ((u_int)iovcnt >
IOV_MAX
) {
435
if ((u_int)iovcnt >
IOV_MAX
) {
uipc_syscalls.c
534
if ((unsigned int)mp->msg_iovlen >
IOV_MAX
) {
910
if ((unsigned int)mp->msg_iovlen >
IOV_MAX
) {
init_sysctl.c
308
CTLTYPE_INT, "
iov_max
",
311
NULL,
IOV_MAX
, NULL, 0,
/src/sys/compat/netbsd32/
netbsd32_socket.c
173
if (msg32->msg_iovlen >
IOV_MAX
)
505
if ((u_int)msg->msg_iovlen >
IOV_MAX
) {
netbsd32_fs.c
85
if (iovlen < 0 || iovlen >
IOV_MAX
)
151
if ((u_int)iovcnt >
IOV_MAX
) {
257
if ((u_int)iovcnt >
IOV_MAX
) {
/src/external/mit/libuv/dist/src/unix/
core.c
40
#include <limits.h> /* INT_MAX, PATH_MAX,
IOV_MAX
*/
276
#if defined(
IOV_MAX
)
277
return
IOV_MAX
;
linux.c
1053
/* If iovcnt is greater than
IOV_MAX
, cap it to
IOV_MAX
on reads and fallback
1055
if (req->nbufs >
IOV_MAX
) {
1057
req->nbufs =
IOV_MAX
;
/src/external/bsd/ntp/dist/sntp/libevent/
buffer.c
2191
#elif defined(
IOV_MAX
) &&
IOV_MAX
< DEFAULT_WRITE_IOVEC
2192
#define NUM_WRITE_IOVEC
IOV_MAX
/src/external/bsd/libevent/dist/
buffer.c
2198
#elif defined(
IOV_MAX
) &&
IOV_MAX
< DEFAULT_WRITE_IOVEC
2199
#define NUM_WRITE_IOVEC
IOV_MAX
/src/external/mit/libuv/dist/test/
test-fs.c
29
#include <limits.h> /* INT_MAX, PATH_MAX,
IOV_MAX
*/
153
#if defined(
IOV_MAX
)
154
return
IOV_MAX
;
/src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c
1370
#if defined(
IOV_MAX
) &&
IOV_MAX
< MDB_COMMIT_PAGES
1372
#define MDB_COMMIT_PAGES
IOV_MAX
Completed in 40 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026