Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c255 …{ AS(freebsd32_futimes_args), (sy_call_t *)freebsd32_futimes, AUE_FUTIMES, NULL, 0, 0, 0, SY_THR_S…
Dfreebsd32_proto.h747 int freebsd32_futimes(struct thread *, struct freebsd32_futimes_args *);
Dfreebsd32_misc.c1389 freebsd32_futimes(struct thread *td, struct freebsd32_futimes_args *uap) in freebsd32_futimes() function