Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h167 struct freebsd32_futimes_args { struct
727 int freebsd32_futimes(struct thread *, struct freebsd32_futimes_args *);
H A Dfreebsd32_sysent.c276 …{ .sy_narg = AS(freebsd32_futimes_args), .sy_call = (sy_call_t *)freebsd32_futimes, .sy_auevent = …
H A Dfreebsd32_misc.c1790 freebsd32_futimes(struct thread *td, struct freebsd32_futimes_args *uap) in freebsd32_futimes()
H A Dfreebsd32_systrace_args.c969 struct freebsd32_futimes_args *p = params; in systrace_args()