Searched refs:kern_setrlimit (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 557 error = kern_setrlimit(td, uap->which, &lim); in osetrlimit() 608 error = kern_setrlimit(td, uap->which, &alim); in sys_setrlimit() 648 kern_setrlimit(struct thread *td, u_int which, struct rlimit *limp) in kern_setrlimit() function
|
| H A D | kern_exec.c | 1119 kern_setrlimit(curthread, RLIMIT_STACK, &rlim_stack); in exec_new_vmspace()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 278 int kern_setrlimit(struct thread *, u_int, struct rlimit *);
|