Searched refs:usrtvp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c148 static int getutimes(user_addr_t usrtvp, struct timespec *tsp);
5563 getutimes(user_addr_t usrtvp, struct timespec *tsp) argument
5567 if (usrtvp == USER_ADDR_NULL) {
5576 error = copyin(usrtvp, (void *)tv, sizeof(tv));
5583 error = copyin(usrtvp, (void *)tv, sizeof(tv));
5648 user_addr_t usrtvp; local
5665 * Fetch the user-supplied time. If usrtvp is USER_ADDR_NULL, we fetch
5668 usrtvp = uap->tptr;
5669 if ((error = getutimes(usrtvp, ts)) != 0)
5672 error = setutimes(ctx, nd.ni_vp, ts, usrtvp
5688 user_addr_t usrtvp; local
[all...]

Completed in 130 milliseconds