Home
last modified time | relevance | path

Searched refs:NT_TIME_BIAS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c74 return (nt_time + NT_TIME_BIAS); in smb_time_unix_to_nt()
96 if (nt_time <= NT_TIME_BIAS) { in smb_time_nt_to_unix()
102 nt_time -= NT_TIME_BIAS; in smb_time_nt_to_unix()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1115 return (nt_time + NT_TIME_BIAS); in smb_time_unix_to_nt()
1152 if (nt_time <= NT_TIME_BIAS) { in smb_time_nt_to_unix()
1158 nt_time -= NT_TIME_BIAS; in smb_time_nt_to_unix()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h908 #define NT_TIME_BIAS (134774LL * 24LL * 60LL * 60LL * 10000000LL) macro