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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c145 static int setutimes(vfs_context_t ctx, vnode_t vp, const struct timespec *ts, int nullflag);
4357 setutimes(vfs_context_t ctx, vnode_t vp, const struct timespec *ts, function
4435 error = setutimes(ctx, nd.ni_vp, ts, usrtvp == USER_ADDR_NULL);
4465 error = setutimes(vfs_context_current(), vp, ts, usrtvp == 0);

Completed in 41 milliseconds