OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025