Home
last modified time | relevance | path

Searched refs:tsptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dutime.c117 get_timespec_vattr(timespec_t *tsptr, struct vattr *vattr, int *flags) in get_timespec_vattr() argument
123 if (tsptr != NULL) { in get_timespec_vattr()
125 if (copyin(tsptr, ts, sizeof (ts))) in get_timespec_vattr()
130 if (copyin(tsptr, ts32, sizeof (ts32))) in get_timespec_vattr()
172 futimens(int fd, timespec_t *tsptr) in futimens() argument
178 if ((error = get_timespec_vattr(tsptr, &vattr, &flags)) != 0) in futimens()
185 utimensat(int fd, char *fname, timespec_t *tsptr, int flag) in utimensat() argument
191 if ((error = get_timespec_vattr(tsptr, &vattr, &flags)) != 0) in utimensat()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4406 unsigned short *tsptr, *sptr; in print_check() local
4414 tsptr = sptr; in print_check()
4420 if (*tsptr++ != 0) in print_check()