Searched refs:nt_tus (Results 1 – 2 of 2) sorted by relevance
129 uint64_t nt_tus; /* tenths of uSec. */ in smb_time_NT2local() local139 nt_tus = nt_time % TEN_MIL; in smb_time_NT2local()147 tsp->tv_nsec = nt_tus * 100; in smb_time_NT2local()161 uint64_t nt_tus; /* tenths of uSec. */ in smb_time_local2NT() local169 nt_tus = tsp->tv_nsec / 100; in smb_time_local2NT()171 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus; in smb_time_local2NT()
640 uint64_t nt_tus; /* tenths of uSec. */ in format_nttime() local652 nt_tus = nt_time % TEN_MIL; in format_nttime()660 ux_nsec = nt_tus * 100; in format_nttime()