Home
last modified time | relevance | path

Searched refs:UTIME_NOW (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvtouch.c83 #if !defined(UTIME_NOW) || !defined(UTIME_OMIT) || defined(__stub_utimensat)
113 ts[0].tv_nsec = UTIME_NOW; in tvtouch()
128 ts[1].tv_nsec = UTIME_NOW; in tvtouch()
142 …if (!utimensat(AT_FDCWD, path, ts[0].tv_nsec == UTIME_NOW && ts[1].tv_nsec == UTIME_NOW ? (struct … in tvtouch()
154 …if ((ts[0].tv_nsec != UTIME_NOW || ts[1].tv_nsec != UTIME_NOW) && utimensat(AT_FDCWD, path, ts, (f… in tvtouch()
/illumos-gate/usr/src/uts/common/syscall/
H A Dutime.c135 if (ts[0].tv_nsec == UTIME_NOW || ts[1].tv_nsec == UTIME_NOW) in get_timespec_vattr()
142 if (ts[0].tv_nsec == UTIME_NOW) in get_timespec_vattr()
151 if (ts[1].tv_nsec == UTIME_NOW) in get_timespec_vattr()
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c224 times[1].tv_nsec = UTIME_NOW; in main()
235 times[0].tv_nsec = UTIME_NOW; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtvlib10 ts[0].tv_nsec = UTIME_NOW;
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h311 #define UTIME_NOW -1 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h478 #define UTIME_NOW -1L macro
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c187 else if (utimbuf.atime.tv_nsec == UTIME_NOW) in show_utimens()
193 else if (utimbuf.mtime.tv_nsec == UTIME_NOW) in show_utimens()