Searched refs:getutimes (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 96 static int getutimes(const struct timeval *, enum uio_seg, struct timespec *); 3173 getutimes(const struct timeval *usrtvp, enum uio_seg tvpseg, in getutimes() function 3329 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_utimesat() 3367 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_lutimes() 3403 error = getutimes(tptr, tptrseg, ts); in kern_futimes()
|