Searched refs:linux_chown (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1524 linux_chown(struct thread *td, struct linux_chown_args *args) in linux_chown() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 229 …{ .sy_narg = AS(linux_chown_args), .sy_call = (sy_call_t *)linux_chown, .sy_auevent = AUE_CHOWN, .…
|
H A D | linux_proto.h | 1890 int linux_chown(struct thread *, struct linux_chown_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 109 …{ .sy_narg = AS(linux_chown_args), .sy_call = (sy_call_t *)linux_chown, .sy_auevent = AUE_LCHOWN, …
|
H A D | linux_proto.h | 1523 int linux_chown(struct thread *, struct linux_chown_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 230 …{ .sy_narg = AS(linux_chown_args), .sy_call = (sy_call_t *)linux_chown, .sy_auevent = AUE_CHOWN, .…
|
H A D | linux32_proto.h | 1895 int linux_chown(struct thread *, struct linux_chown_args *);
|