Home
last modified time | relevance | path

Searched refs:freebsd32_futimesat_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h507 struct freebsd32_futimesat_args { struct
789 int freebsd32_futimesat(struct thread *, struct freebsd32_futimesat_args *);
H A Dfreebsd32_sysent.c564 …{ .sy_narg = AS(freebsd32_futimesat_args), .sy_call = (sy_call_t *)freebsd32_futimesat, .sy_aueven…
H A Dfreebsd32_misc.c1811 freebsd32_futimesat(struct thread *td, struct freebsd32_futimesat_args *uap) in freebsd32_futimesat()
H A Dfreebsd32_systrace_args.c2544 struct freebsd32_futimesat_args *p = params; in systrace_args()