Searched refs:lim_rlimit (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | resourcevar.h | 143 void lim_rlimit(struct thread *td, int which, struct rlimit *rlp);
|
| /f-stack/freebsd/sys/ |
| H A D | resourcevar.h | 155 void lim_rlimit(struct thread *td, int which, struct rlimit *rlp);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 576 lim_rlimit(td, uap->which, &rl); in ogetrlimit() 796 lim_rlimit(td, uap->which, &rlim); in sys_getrlimit() 1269 lim_rlimit(td, which, &rl); in lim_max() 1291 lim_rlimit(td, which, &rl); in rlim_t() 1309 lim_rlimit(struct thread *td, int which, struct rlimit *rlp) in lim_rlimit() function
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 765 lim_rlimit(td, which, &rl); in lim_cur() 783 lim_rlimit(struct thread *td, int which, struct rlimit *rlp) in lim_rlimit() function
|