Searched refs:osetrlimit_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_resource.c | 556 struct osetrlimit_args { struct 562 osetrlimit(struct thread *td, struct osetrlimit_args *uap) in osetrlimit() argument
|
| H A D | init_sysent.c | 214 …{ compat(AS(osetrlimit_args),setrlimit), .sy_auevent = AUE_SETRLIMIT, .sy_flags = SYF_CAPENABLED, …
|
| /freebsd/sys/sys/ |
| H A D | sysproto.h | 2495 struct osetrlimit_args { struct 2546 int osetrlimit(struct thread *, struct osetrlimit_args *);
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 215 …{ compat(AS(osetrlimit_args),setrlimit), .sy_auevent = AUE_SETRLIMIT, .sy_flags = SYF_CAPENABLED, …
|