Home
last modified time | relevance | path

Searched refs:max_fileactions (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_execve.c200 rlim_t max_fileactions; in netbsd32_posix_spawn() local
212 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur, in netbsd32_posix_spawn()
215 SCARG_P32(uap, file_actions), max_fileactions); in netbsd32_posix_spawn()
/netbsd-src/sys/kern/
H A Dkern_exec.c2877 rlim_t max_fileactions; in sys_posix_spawn()
2889 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur, in sys_posix_spawn()
2892 max_fileactions); in sys_posix_spawn()
2875 rlim_t max_fileactions; sys_posix_spawn() local