Searched refs:linux_chown_args (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 112 …{ AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9…
|
| H A D | linux_proto.h | 404 struct linux_chown_args { struct 1322 int linux_chown(struct thread *, struct linux_chown_args *);
|
| H A D | linux_systrace_args.c | 802 struct linux_chown_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 232 …{ AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_CHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
|
| H A D | linux32_proto.h | 663 struct linux_chown_args { struct 1664 int linux_chown(struct thread *, struct linux_chown_args *);
|
| H A D | linux32_systrace_args.c | 1467 struct linux_chown_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 232 …{ AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_CHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
|
| H A D | linux_proto.h | 664 struct linux_chown_args { struct 1683 int linux_chown(struct thread *, struct linux_chown_args *);
|
| H A D | linux_systrace_args.c | 1510 struct linux_chown_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1490 linux_chown(struct thread *td, struct linux_chown_args *args) in linux_chown()
|