Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c909 return (nt_time + NT_TIME_BIAS); in smb_time_unix_to_nt()
931 if (nt_time <= NT_TIME_BIAS) { in smb_time_nt_to_unix()
937 nt_time -= NT_TIME_BIAS; in smb_time_nt_to_unix()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h868 #define NT_TIME_BIAS (134774LL * 24LL * 60LL * 60LL * 10000000LL) macro