Searched refs:linux_chown16 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_uid16.c | 56 LIN_SDT_PROBE_DEFINE1(uid16, linux_chown16, conv_path, "char *"); 68 linux_chown16(struct thread *td, struct linux_chown16_args *args) in linux_chown16() function
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 199 …{ .sy_narg = AS(linux_chown16_args), .sy_call = (sy_call_t *)linux_chown16, .sy_auevent = AUE_CHOW…
|
| H A D | linux_proto.h | 1872 int linux_chown16(struct thread *, struct linux_chown16_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 200 …{ .sy_narg = AS(linux_chown16_args), .sy_call = (sy_call_t *)linux_chown16, .sy_auevent = AUE_CHOW…
|
| H A D | linux32_proto.h | 1877 int linux_chown16(struct thread *, struct linux_chown16_args *);
|