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

/opensolaris-onvv-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;

Completed in 69 milliseconds