Searched refs:linux_setrlimit_args (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 642 struct linux_setrlimit_args { struct 1377 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
|
H A D | linux_sysent.c | 181 { .sy_narg = AS(linux_setrlimit_args), .sy_call = (sy_call_t *)linux_setrlimit, .sy_auevent = AUE_SETRLIMIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 164 = linux_setrlimit */
|
H A D | linux_systrace_args.c | 1302 struct linux_setrlimit_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 590 struct linux_setrlimit_args { struct 1564 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
|
H A D | linux_sysent.c | 177 { .sy_narg = AS(linux_setrlimit_args), .sy_call = (sy_call_t *)linux_setrlimit, .sy_auevent = AUE_SETRLIMIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 160 = linux_setrlimit */
|
H A D | linux_systrace_args.c | 1307 struct linux_setrlimit_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 242 struct linux_setrlimit_args { struct 1792 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
|
H A D | linux32_sysent.c | 93 { .sy_narg = AS(linux_setrlimit_args), .sy_call = (sy_call_t *)linux_setrlimit, .sy_auevent = AUE_SETRLIMIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 75 = linux_setrlimit */
|
H A D | linux32_systrace_args.c | 492 struct linux_setrlimit_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 242 struct linux_setrlimit_args { struct 1786 int linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
|
H A D | linux_sysent.c | 92 { .sy_narg = AS(linux_setrlimit_args), .sy_call = (sy_call_t *)linux_setrlimit, .sy_auevent = AUE_SETRLIMIT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 75 = linux_setrlimit */
|
H A D | linux_systrace_args.c | 492 struct linux_setrlimit_args *p = params; in systrace_args()
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 1171 linux_setrlimit(struct thread *td, struct linux_setrlimit_args *args) in linux_setrlimit()
|