Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h123 struct freebsd32_utimes_args { struct
719 int freebsd32_utimes(struct thread *, struct freebsd32_utimes_args *);
H A Dfreebsd32_sysent.c208 …{ .sy_narg = AS(freebsd32_utimes_args), .sy_call = (sy_call_t *)freebsd32_utimes, .sy_auevent = AU…
H A Dfreebsd32_misc.c1747 freebsd32_utimes(struct thread *td, struct freebsd32_utimes_args *uap) in freebsd32_utimes()
H A Dfreebsd32_systrace_args.c773 struct freebsd32_utimes_args *p = params; in systrace_args()