Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c183 …{ AS(linux_getrlimit_args), (sy_call_t *)linux_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h1183 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c117 …{ AS(linux_getrlimit_args), (sy_call_t *)linux_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h1324 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c211 …{ AS(linux_getrlimit_args), (sy_call_t *)linux_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux32_proto.h1652 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c211 …{ AS(linux_getrlimit_args), (sy_call_t *)linux_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h1671 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1503 linux_getrlimit(struct thread *td, struct linux_getrlimit_args *args) in linux_getrlimit() function