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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drdate.c66 #define TOFFSET ((unsigned int)86400*(365*70 + 17)) macro
158 time = ntohl(time) - TOFFSET;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c64 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
151 timep->tv_sec = thetime - TOFFSET;
H A Dauth_time.c97 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
590 thetime = thetime - TOFFSET;
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c62 #define TOFFSET ((uint_t)60*60*24*(365*NYEARS + (NYEARS/4))) macro
145 thetime = thetime - TOFFSET;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c72 #define TOFFSET ((uint32_t)86400 * (365 * 70 + (70 / 4))) macro
357 thetime += TOFFSET;
367 thetime -= TOFFSET;
/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;

Completed in 70 milliseconds