Searched refs:max_fileactions (Results 1 – 2 of 2) sorted by relevance
200 rlim_t max_fileactions; in netbsd32_posix_spawn() local212 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()
2877 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