Home
last modified time | relevance | path

Searched refs:kern_futimes (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsyscallsubr.h149 int kern_futimes(struct thread *td, int fd, struct timeval *tptr,
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3260 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