Searched refs:kern_proc_setrlimit (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_emul.c | 109 error = kern_proc_setrlimit(td, p, RLIMIT_NOFILE, &rlim); in linux_set_default_openfiles() 132 error = kern_proc_setrlimit(td, p, RLIMIT_STACK, &rlim); in linux_set_default_stacksize()
|
H A D | linux_misc.c | 2094 error = kern_proc_setrlimit(td, p, which, &nrlim); in linux_prlimit64()
|
/freebsd/sys/sys/ |
H A D | resourcevar.h | 147 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
|
/freebsd/sys/kern/ |
H A D | kern_resource.c | 649 return (kern_proc_setrlimit(td, td->td_proc, which, limp)); in kern_setrlimit() 653 kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which, in kern_proc_setrlimit() function
|
H A D | kern_proc.c | 3010 error = kern_proc_setrlimit(curthread, p, which, &rlim); in sysctl_kern_proc_rlimit()
|