Searched refs:linux_lchown_args (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 114 …{ AS(linux_lchown_args), (sy_call_t *)linux_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 409 struct linux_lchown_args { struct 1323 int linux_lchown(struct thread *, struct linux_lchown_args *);
|
| H A D | linux_systrace_args.c | 820 struct linux_lchown_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 218 …{ AS(linux_lchown_args), (sy_call_t *)linux_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux32_proto.h | 644 struct linux_lchown_args { struct 1659 int linux_lchown(struct thread *, struct linux_lchown_args *);
|
| H A D | linux32_systrace_args.c | 1365 struct linux_lchown_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 218 …{ AS(linux_lchown_args), (sy_call_t *)linux_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 645 struct linux_lchown_args { struct 1678 int linux_lchown(struct thread *, struct linux_lchown_args *);
|
| H A D | linux_systrace_args.c | 1408 struct linux_lchown_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1535 linux_lchown(struct thread *td, struct linux_lchown_args *args) in linux_lchown()
|