OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_fileactions
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_execve.c
200
rlim_t
max_fileactions
;
local
212
max_fileactions
= 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur,
215
SCARG_P32(uap, file_actions),
max_fileactions
);
/src/sys/kern/
kern_exec.c
2893
rlim_t
max_fileactions
;
local
2905
max_fileactions
= 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur,
2908
max_fileactions
);
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026