OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iov_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/net/bpf/
t_bpf.c
115
long
iov_max
, vm_page_size; /* round_page wants vm_page_size variable */
local in function:ATF_TC_BODY
119
iov_max
= sysconf(_SC_IOV_MAX);
121
ATF_REQUIRE(
iov_max
> 1 && vm_page_size > 1);
127
iov = calloc(
iov_max
, sizeof(struct iovec));
130
sz = round_page((total + (
iov_max
- 1)) /
iov_max
);
153
ATF_REQUIRE(iovlen >= 1 && iovlen <= (size_t)
iov_max
);
/src/sys/rump/net/lib/libsockin/
sockin.c
620
size_t
iov_max
, i;
local in function:sockin_send
631
iov_max
= 0;
633
iov_max
++;
636
if (
iov_max
<= __arraycount(iov_buf)) {
639
iov = kmem_alloc(sizeof(struct iovec) *
iov_max
,
661
kmem_free(iov, sizeof(struct iovec) *
iov_max
);
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025