Searched refs:kern_futimes (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h121 int kern_futimes(struct thread *td, int fd, struct timeval *tptr,
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1378 return (kern_futimes(td, uap->fd, sp, UIO_SYSSPACE));
/freebsd-11-stable/sys/kern/
H A Dvfs_syscalls.c2900 return (kern_futimes(td, uap->fd, uap->tptr, UIO_USERSPACE));
2904 kern_futimes(struct thread *td, int fd, struct timeval *tptr, function

Completed in 137 milliseconds