Home
last modified time | relevance | path

Searched refs:freebsd32_lutimes (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/compat/freebsd32/
HDfreebsd32_proto.h744 int freebsd32_lutimes(struct thread *, struct freebsd32_lutimes_args *);
HDfreebsd32_sysent.c346 …{ .sy_narg = AS(freebsd32_lutimes_args), .sy_call = (sy_call_t *)freebsd32_lutimes, .sy_auevent = …
HDfreebsd32_misc.c1825 freebsd32_lutimes(struct thread *td, struct freebsd32_lutimes_args *uap) in freebsd32_lutimes() function