Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h245 struct freebsd32_lutimes_args { struct
744 int freebsd32_lutimes(struct thread *, struct freebsd32_lutimes_args *);
H A Dfreebsd32_sysent.c346 …{ .sy_narg = AS(freebsd32_lutimes_args), .sy_call = (sy_call_t *)freebsd32_lutimes, .sy_auevent = …
H A Dfreebsd32_misc.c1769 freebsd32_lutimes(struct thread *td, struct freebsd32_lutimes_args *uap) in freebsd32_lutimes()
H A Dfreebsd32_systrace_args.c1291 struct freebsd32_lutimes_args *p = params; in systrace_args()