Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h329 int kern_utimesat(struct thread *td, int fd, const char *path,
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3171 return (kern_utimesat(td, AT_FDCWD, uap->path, UIO_USERSPACE, in sys_utimes()
3186 return (kern_utimesat(td, uap->fd, uap->path, UIO_USERSPACE, in sys_futimesat()
3191 kern_utimesat(struct thread *td, int fd, const char *path, in kern_utimesat() function