Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsyscallsubr.h219 int kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,
/freebsd/sys/kern/
H A Dvfs_syscalls.c3315 return (kern_lutimes(td, uap->path, UIO_USERSPACE, uap->tptr, in sys_lutimes()
3320 kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg, in kern_lutimes() function
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1784 return (kern_lutimes(td, uap->path, UIO_USERSPACE, sp, UIO_SYSSPACE)); in freebsd32_lutimes()