Searched refs:linux_utimensat (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysent.c108 { AS(linux_utimensat_args), (sy_call_t *)linux_utimensat, AUE_FUTIMESAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 88 = linux_utimensat */
H A Dlinux_proto.h1136 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysent.c300 { AS(linux_utimensat_args), (sy_call_t *)linux_utimensat, AUE_FUTIMESAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 280 = linux_utimensat */
H A Dlinux_proto.h1508 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysent.c340 { AS(linux_utimensat_args), (sy_call_t *)linux_utimensat, AUE_FUTIMESAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 320 = linux_utimensat */
H A Dlinux_proto.h1792 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c340 { AS(linux_utimensat_args), (sy_call_t *)linux_utimensat, AUE_FUTIMESAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 320 = linux_utimensat */
H A Dlinux32_proto.h1783 int linux_utimensat(struct thread *, struct linux_utimensat_args *);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_misc.c787 linux_utimensat(struct thread *td, struct linux_utimensat_args *args) function

Completed in 284 milliseconds