Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drdate.c64 #define TOFFSET ((unsigned int)86400*(365*70 + 17)) macro
156 time = ntohl(time) - TOFFSET; in main()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c60 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
143 thetime = thetime - TOFFSET;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c62 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
149 timep->tv_sec = thetime - TOFFSET; in rtime_tli()
H A Dauth_time.c95 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
588 thetime = thetime - TOFFSET; in __rpc_get_time_offset()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c73 #define TOFFSET ((uint32_t)86400 * (365 * 70 + (70 / 4))) macro
358 thetime += TOFFSET; in rtime()
368 thetime -= TOFFSET; in rtime()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h269 #define TOFFSET 0x07FF macro
270 #define TINVALID (TSIGN|TOFFSET)
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c373 sec = tzone & TOFFSET; in ud_dtime2utime()