Searched refs:kern_setrlimit (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_resource.c | 555 error = kern_setrlimit(td, uap->which, &lim); in osetrlimit() 606 error = kern_setrlimit(td, uap->which, &alim); in sys_setrlimit() 646 kern_setrlimit(struct thread *td, u_int which, struct rlimit *limp) in kern_setrlimit() function
|
H A D | kern_exec.c | 1220 kern_setrlimit(curthread, RLIMIT_STACK, &rlim_stack); in exec_map_stack()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 327 int kern_setrlimit(struct thread *, u_int, struct rlimit *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1191 return (kern_setrlimit(td, which, &bsd_rlim)); in linux_setrlimit()
|