Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c128 uint64_t nt_sec; /* seconds */ in smb_time_NT2local() local
138 nt_sec = nt_time / TEN_MIL; in smb_time_NT2local()
141 if (nt_sec <= DIFF1970TO1601) { in smb_time_NT2local()
146 tsp->tv_sec = nt_sec - DIFF1970TO1601; in smb_time_NT2local()
160 uint64_t nt_sec; /* seconds */ in smb_time_local2NT() local
168 nt_sec = tsp->tv_sec + DIFF1970TO1601; in smb_time_local2NT()
171 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus; in smb_time_local2NT()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c639 uint64_t nt_sec; /* seconds */ in format_nttime() local
651 nt_sec = nt_time / TEN_MIL; in format_nttime()
654 if (nt_sec <= DIFF1970TO1601) { in format_nttime()
659 ux_sec = nt_sec - DIFF1970TO1601; in format_nttime()