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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c117 const uint32_t TEN_MIL = 10000000UL; variable
138 nt_sec = nt_time / TEN_MIL;
139 nt_tus = nt_time % TEN_MIL;
171 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus;

Completed in 48 milliseconds