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

/netbsd-current/sys/sys/
H A Dvfs_syscalls.h59 int do_sys_utimensat(struct lwp *, int, struct vnode *, const char *, int,
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_fs.c1343 return do_sys_utimensat(l, SCARG(uap, fd), NULL,
1442 error = do_sys_utimensat(l, AT_FDCWD, fp->f_vnode, NULL, 0,
/netbsd-current/sys/compat/linux/common/
H A Dlinux_misc.c1627 error = do_sys_utimensat(l, AT_FDCWD, fp->f_data, NULL, 0,
1633 return do_sys_utimensat(l, fd, NULL, path, follow, tsp, UIO_SYSSPACE);
/netbsd-current/sys/kern/
H A Dvfs_syscalls.c3927 error = do_sys_utimensat(l, AT_FDCWD, fp->f_vnode, NULL, 0,
3967 error = do_sys_utimensat(l, SCARG(uap, fd), NULL,
3980 return do_sys_utimensat(l, AT_FDCWD, vp, path, flag, tptr, seg);
3984 do_sys_utimensat(struct lwp *l, int fdat, struct vnode *vp, function

Completed in 301 milliseconds