Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c117 const uint32_t TEN_MIL = 10000000UL; variable
138 nt_sec = nt_time / TEN_MIL; in smb_time_NT2local()
139 nt_tus = nt_time % TEN_MIL; in smb_time_NT2local()
171 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus; in smb_time_local2NT()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c635 static const uint32_t TEN_MIL = 10000000UL; variable
651 nt_sec = nt_time / TEN_MIL; in format_nttime()
652 nt_tus = nt_time % TEN_MIL; in format_nttime()