Searched refs:getutimes (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 99 static int getutimes(const struct timeval *, enum uio_seg, struct timespec *); 3046 getutimes(const struct timeval *usrtvp, enum uio_seg tvpseg, in getutimes() function 3198 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_utimesat() 3236 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_lutimes() 3272 error = getutimes(tptr, tptrseg, ts); in kern_futimes()
|