Home | Sort by: relevance | last modified time | path |
/src/sys/compat/netbsd32/ | |
netbsd32_execve.c | 200 rlim_t max_fileactions; local in function:netbsd32_posix_spawn 212 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur, 215 SCARG_P32(uap, file_actions), max_fileactions); |
netbsd32_execve.c | 200 rlim_t max_fileactions; local in function:netbsd32_posix_spawn 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 in function:sys_posix_spawn 2905 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur, 2908 max_fileactions); |
kern_exec.c | 2893 rlim_t max_fileactions; local in function:sys_posix_spawn 2905 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur, 2908 max_fileactions); |