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

  /src/sys/kern/
vfs_syscalls.c 3952 return do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW,
3974 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, SCARG(uap, tptr),
4013 return do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW,
4133 do_sys_utimes(struct lwp *l, struct vnode *vp, const char *path, int flag, function in typeref:typename:int
vfs_syscalls.c 3952 return do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW,
3974 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, SCARG(uap, tptr),
4013 return do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW,
4133 do_sys_utimes(struct lwp *l, struct vnode *vp, const char *path, int flag, function in typeref:typename:int

Completed in 92 milliseconds