Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c76 uint64_t nt_tus; /* tenths of uSec. */ in smb_time_NT2local() local
86 nt_tus = nt_time % TEN_MIL; in smb_time_NT2local()
94 tsp->tv_nsec = nt_tus * 100; in smb_time_NT2local()
108 uint64_t nt_tus; /* tenths of uSec. */ in smb_time_local2NT() local
116 nt_tus = tsp->tv_nsec / 100; in smb_time_local2NT()
118 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus; in smb_time_local2NT()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c640 uint64_t nt_tus; /* tenths of uSec. */ in format_nttime() local
652 nt_tus = nt_time % TEN_MIL; in format_nttime()
660 ux_nsec = nt_tus * 100; in format_nttime()