Home
last modified time | relevance | path

Searched refs:linux_getrlimit (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c180 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
H A Dlinux_proto.h1380 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c208 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
H A Dlinux_proto.h1879 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c114 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
H A Dlinux_proto.h1526 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c209 …{ .sy_narg = AS(linux_getrlimit_args), .sy_call = (sy_call_t *)linux_getrlimit, .sy_auevent = AUE_…
H A Dlinux32_proto.h1884 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1215 linux_getrlimit(struct thread *td, struct linux_getrlimit_args *args) in linux_getrlimit() function