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

  /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);

Completed in 41 milliseconds