Searched refs:getutimes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | vfs_syscalls.c | 98 static int getutimes(const struct timeval *, enum uio_seg, struct timespec *); 3135 getutimes(const struct timeval *usrtvp, enum uio_seg tvpseg, in getutimes() function 3291 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_utimesat() 3329 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_lutimes() 3365 error = getutimes(tptr, tptrseg, ts); in kern_futimes()
|