Searched refs:bintime (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/sys/ |
H A D | time.h | 169 struct bintime { struct 183 bintimeaddfrac(const struct bintime *bt, uint64_t x, struct bintime *ct) in bintimeaddfrac() argument 192 bintimeadd(const struct bintime *bt, const struct bintime *ct, in bintimeadd() 193 struct bintime *dt) in bintimeadd() 202 bintimesub(const struct bintime *bt, const struct bintime *ct, in bintimesub() 203 struct bintime *dt) in bintimesub() 299 void bintime(struct bintime *); 306 void binuptime(struct bintime *); 310 void getbinuptime(struct bintime *); 314 void binboottime(struct bintime *); [all …]
|
H A D | timetc.h | 93 struct bintime tk_offset; 94 struct bintime tk_naptime; 95 struct bintime tk_boottime;
|
/openbsd/lib/libc/sys/ |
H A D | microtime.c | 41 binuptime(struct bintime *bt, struct timekeep *tk) in binuptime() 59 binruntime(struct bintime *bt, struct timekeep *tk) in binruntime() 78 bintime(struct bintime *bt, struct timekeep *tk) in bintime() function 99 struct bintime bt; in _microtime() 101 if (bintime(&bt, tk)) in _microtime() 110 struct bintime bt; in _nanotime() 112 if (bintime(&bt, tk)) in _nanotime() 121 struct bintime bt; in _nanoruntime() 133 struct bintime bt; in _nanouptime()
|
/openbsd/sys/kern/ |
H A D | kern_tc.c | 126 void tc_windup(struct bintime *, struct bintime *, int64_t *); 166 struct bintime bt; in microboottime() 175 struct bintime bt; in nanoboottime() 215 struct bintime bt; in nanouptime() 224 struct bintime bt; in microuptime() 255 struct bintime bt; in nsecuptime() 264 struct bintime bt; in getnsecuptime() 290 struct bintime bt; in nanoruntime() 321 bintime(struct bintime *bt) in bintime() function 342 bintime(&bt); in nanotime() [all …]
|
H A D | kern_time.c | 224 struct bintime bt; in sys_clock_getres()
|