Searched refs:linux_utimes (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysent.c255 { AS(linux_utimes_args), (sy_call_t *)linux_utimes, AUE_UTIMES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 235 = linux_utimes */
H A Dlinux_proto.h1464 int linux_utimes(struct thread *, struct linux_utimes_args *);
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysent.c291 { AS(linux_utimes_args), (sy_call_t *)linux_utimes, AUE_UTIMES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 271 = linux_utimes */
H A Dlinux_proto.h1745 int linux_utimes(struct thread *, struct linux_utimes_args *);
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c291 { AS(linux_utimes_args), (sy_call_t *)linux_utimes, AUE_UTIMES, NULL, 0, 0, 0, SY_THR_STATIC }, /* 271 = linux_utimes */
H A Dlinux32_proto.h1736 int linux_utimes(struct thread *, struct linux_utimes_args *);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_misc.c747 linux_utimes(struct thread *td, struct linux_utimes_args *args) function

Completed in 274 milliseconds