Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h190 int kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3224 return (kern_lutimes(td, uap->path, UIO_USERSPACE, uap->tptr, in sys_lutimes()
3229 kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg, in kern_lutimes() function