Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_syscalls.c88 static int getutimes (struct timeval *, struct timespec *);
3660 getutimes(struct timeval *tvp, struct timespec *tsp) in getutimes() function
3744 if ((error = getutimes(tptr, ts)) != 0) in kern_utimes()
3877 if ((error = getutimes(tptr, ts)) != 0) in kern_futimes()
3922 if ((error = getutimes(tv, ts)) != 0) in sys_futimesat()