MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sbinuptime

Function sbinuptime

freebsd/sys/time.h:543–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541void microuptime(struct timeval *tvp);
542
543static __inline sbintime_t
544sbinuptime(void)
545{
546 struct bintime _bt;
547
548 binuptime(&_bt);
549 return (bttosbt(_bt));
550}
551
552void bintime(struct bintime *bt);
553void nanotime(struct timespec *tsp);

Callers 15

vpmtmr_initFunction · 0.85
vpmtmr_handlerFunction · 0.85
vhpet_counterFunction · 0.85
vhpet_start_countingFunction · 0.85
vrtc_curtimeFunction · 0.85
vrtc_set_reg_bFunction · 0.85
vrtc_set_reg_aFunction · 0.85
vrtc_set_timeFunction · 0.85
vrtc_data_handlerFunction · 0.85
vrtc_initFunction · 0.85
vrtc_snapshotFunction · 0.85
stats_sbinuptimeFunction · 0.85

Calls 2

binuptimeFunction · 0.85
bttosbtFunction · 0.85

Tested by

no test coverage detected