HomeSort by: relevance | last modified time | path
    Searched defs:compat_50_do_sys_utimes (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/common/
vfs_syscalls_50.c 202 compat_50_do_sys_utimes(struct lwp *l, struct vnode *vp, const char *path, function in typeref:typename:int
233 return compat_50_do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW,
255 error = compat_50_do_sys_utimes(l, fp->f_vnode, NULL, 0,
274 return compat_50_do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW,

Completed in 32 milliseconds