Searched refs:kern_proc_setrlimit (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | resourcevar.h | 130 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
|
| /f-stack/freebsd/sys/ |
| H A D | resourcevar.h | 126 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
|
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 651 return (kern_proc_setrlimit(td, td->td_proc, which, limp)); in kern_setrlimit() 655 kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which, in kern_proc_setrlimit() function
|
| H A D | kern_proc.c | 2858 error = kern_proc_setrlimit(curthread, p, which, &rlim); in sysctl_kern_proc_rlimit()
|