HomeSort by: relevance | last modified time | path
    Searched defs:nano (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
common.c 110 uint64_t nano; local in function:get_monotonic
120 nano = mach_absolute_time();
122 nano *= factor;
123 tp->tv_sec = nano / NSEC_PER_SEC;
124 rem = nano % NSEC_PER_SEC;
common.c 110 uint64_t nano; local in function:get_monotonic
120 nano = mach_absolute_time();
122 nano *= factor;
123 tp->tv_sec = nano / NSEC_PER_SEC;
124 rem = nano % NSEC_PER_SEC;

Completed in 20 milliseconds