Home
last modified time | relevance | path

Searched refs:kern_setrlimit (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c557 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 Dkern_exec.c1119 kern_setrlimit(curthread, RLIMIT_STACK, &rlim_stack); in exec_new_vmspace()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h278 int kern_setrlimit(struct thread *, u_int, struct rlimit *);