Searched refs:linux_utimes (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 529 linux_utimes(struct thread *td, struct linux_utimes_args *args) in linux_utimes() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 288 …{ .sy_narg = AS(linux_utimes_args), .sy_call = (sy_call_t *)linux_utimes, .sy_auevent = AUE_UTIMES…
|
H A D | linux_proto.h | 1938 int linux_utimes(struct thread *, struct linux_utimes_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 252 …{ .sy_narg = AS(linux_utimes_args), .sy_call = (sy_call_t *)linux_utimes, .sy_auevent = AUE_UTIMES…
|
H A D | linux_proto.h | 1624 int linux_utimes(struct thread *, struct linux_utimes_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 289 …{ .sy_narg = AS(linux_utimes_args), .sy_call = (sy_call_t *)linux_utimes, .sy_auevent = AUE_UTIMES…
|
H A D | linux32_proto.h | 1942 int linux_utimes(struct thread *, struct linux_utimes_args *);
|