/src/sys/kern/ |
vfs_syscalls.c | 4137 struct timespec *tsptr = NULL; local in function:do_sys_utimes 4170 tsptr = &ts[0]; 4173 return do_sys_utimens(l, vp, path, flag, tsptr, UIO_SYSSPACE);
|
vfs_syscalls.c | 4137 struct timespec *tsptr = NULL; local in function:do_sys_utimes 4170 tsptr = &ts[0]; 4173 return do_sys_utimens(l, vp, path, flag, tsptr, UIO_SYSSPACE);
|
vfs_syscalls.c | 4137 struct timespec *tsptr = NULL; local in function:do_sys_utimes 4170 tsptr = &ts[0]; 4173 return do_sys_utimens(l, vp, path, flag, tsptr, UIO_SYSSPACE);
|