Home
last modified time | relevance | path

Searched refs:boottimebin (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
HDtime.h493 void getboottimebin(struct bintime *boottimebin);
/freebsd-11-stable/sys/kern/
HDkern_tc.c103 struct bintime boottimebin; variable
1315 getboottimebin(&boottimebin); in tc_setclock()
1316 bintime2timeval(&boottimebin, &boottime); in tc_setclock()
/freebsd-11-stable/sys/net/
HDbpf.c2339 struct bintime bt2, boottimebin; in bpf_bintime2ts() local
2345 getboottimebin(&boottimebin); in bpf_bintime2ts()
2346 bintime_add(&bt2, &boottimebin); in bpf_bintime2ts()