Home
last modified time | relevance | path

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

/trueos/sys/amd64/linux32/
HDlinux32_sysent.c213 …{ AS(linux_getrlimit_args), (sy_call_t *)linux_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, 0, SY_THR_STA…
HDlinux32_proto.h1251 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/trueos/sys/i386/linux/
HDlinux_sysent.c212 …{ AS(linux_getrlimit_args), (sy_call_t *)linux_getrlimit, AUE_GETRLIMIT, NULL, 0, 0, 0, SY_THR_STA…
HDlinux_proto.h1263 int linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
/trueos/sys/compat/linux/
HDlinux_misc.c1265 linux_getrlimit(struct thread *td, struct linux_getrlimit_args *args) in linux_getrlimit() function