Searched refs:linux_getrlimit (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 180 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
|
H A D | linux_proto.h | 1379 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1217 linux_getrlimit(struct thread *td, struct linux_getrlimit_args *args) in linux_getrlimit() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 208 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
|
H A D | linux_proto.h | 1878 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 114 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
|
H A D | linux_proto.h | 1525 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 209 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
|
H A D | linux32_proto.h | 1883 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
|