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

Function getboottime

freebsd/kern/kern_tc.c:461–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459#endif /* FFCLOCK */
460
461void
462getboottime(struct timeval *boottime)
463{
464 struct bintime boottimebin;
465
466 getboottimebin(&boottimebin);
467 bintime2timeval(&boottimebin, boottime);
468}
469
470void
471getboottimebin(struct bintime *boottimebin)

Callers 9

export_cntr1_baseFunction · 0.85
export_cntr0_baseFunction · 0.85
ipfw_getrulesFunction · 0.85
tcp_log_expandlogbufFunction · 0.85
acct_processFunction · 0.85
fill_kinfo_proc_onlyFunction · 0.85
sysctl_kern_boottimeFunction · 0.85
procdesc_statFunction · 0.85
read_machclkFunction · 0.85

Calls 2

getboottimebinFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected