Searched refs:kern_futimes (Results 1 – 2 of 2) sorted by relevance
149 int kern_futimes(struct thread *td, int fd, struct timeval *tptr,
3260 return (kern_futimes(td, uap->fd, uap->tptr, UIO_USERSPACE)); in sys_futimes()3264 kern_futimes(struct thread *td, int fd, struct timeval *tptr, in kern_futimes() function