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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c144 static int getutimes(user_addr_t usrtvp, struct timespec *tsp);
4326 getutimes(user_addr_t usrtvp, struct timespec *tsp) argument
4331 if (usrtvp == USER_ADDR_NULL) {
4339 error = copyin(usrtvp, (void *)tv, sizeof(tv));
4342 error = copyin(usrtvp, (void *)old_tv, sizeof(old_tv));
4411 user_addr_t usrtvp; local
4428 * Fetch the user-supplied time. If usrtvp is USER_ADDR_NULL, we fetch
4431 usrtvp = uap->tptr;
4432 if ((error = getutimes(usrtvp, ts)) != 0)
4435 error = setutimes(ctx, nd.ni_vp, ts, usrtvp
4451 user_addr_t usrtvp; local
[all...]

Completed in 24 milliseconds