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

  /src/sys/kern/
vfs_syscalls.c 3994 error = do_sys_utimensat(l, AT_FDCWD, fp->f_vnode, NULL, 0,
4034 error = do_sys_utimensat(l, SCARG(uap, fd), NULL,
4048 return do_sys_utimensat(l, AT_FDCWD, vp, path, flag, tptr, seg);
4052 do_sys_utimensat(struct lwp *l, int fdat, struct vnode *vp, function in typeref:typename:int
vfs_syscalls.c 3994 error = do_sys_utimensat(l, AT_FDCWD, fp->f_vnode, NULL, 0,
4034 error = do_sys_utimensat(l, SCARG(uap, fd), NULL,
4048 return do_sys_utimensat(l, AT_FDCWD, vp, path, flag, tptr, seg);
4052 do_sys_utimensat(struct lwp *l, int fdat, struct vnode *vp, function in typeref:typename:int

Completed in 29 milliseconds