Searched refs:osetrlimit_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_resource.c | 542 struct osetrlimit_args { struct 548 osetrlimit(struct thread *td, struct osetrlimit_args *uap) in osetrlimit() argument
|
| H A D | init_sysent.c | 208 …{ compat(AS(osetrlimit_args),setrlimit), .sy_auevent = AUE_SETRLIMIT, .sy_flags = SYF_CAPENABLED, …
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 2424 struct osetrlimit_args { struct 2475 int osetrlimit(struct thread *, struct osetrlimit_args *);
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 209 …{ compat(AS(osetrlimit_args),setrlimit), .sy_auevent = AUE_SETRLIMIT, .sy_flags = SYF_CAPENABLED, …
|