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.c129 uint64_t nt_tus; /* tenths of uSec. */ local
139 nt_tus = nt_time % TEN_MIL;
147 tsp->tv_nsec = nt_tus * 100;
161 uint64_t nt_tus; /* tenths of uSec. */ local
169 nt_tus = tsp->tv_nsec / 100;
171 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c640 uint64_t nt_tus; /* tenths of uSec. */ local
652 nt_tus = nt_time % TEN_MIL;
660 ux_nsec = nt_tus * 100;

Completed in 70 milliseconds