OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_sys_utimensat
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
vfs_syscalls.h
59
int
do_sys_utimensat
(struct lwp *, int, struct vnode *, const char *, int,
/src/sys/compat/netbsd32/
netbsd32_fs.c
1343
return
do_sys_utimensat
(l, SCARG(uap, fd), NULL,
1442
error =
do_sys_utimensat
(l, AT_FDCWD, fp->f_vnode, NULL, 0,
/src/sys/compat/linux/common/
linux_misc.c
1627
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);
/src/sys/kern/
vfs_syscalls.c
3995
error =
do_sys_utimensat
(l, AT_FDCWD, fp->f_vnode, NULL, 0,
4035
error =
do_sys_utimensat
(l, SCARG(uap, fd), NULL,
4049
return
do_sys_utimensat
(l, AT_FDCWD, vp, path, flag, tptr, seg);
4053
do_sys_utimensat
(struct lwp *l, int fdat, struct vnode *vp,
function
Completed in 18 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026