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

Function clock_dbgprint_bcd

freebsd/kern/subr_rtc.c:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void
171clock_dbgprint_bcd(device_t dev, int rw, const struct bcd_clocktime *bct)
172{
173
174 if (show_io & rw) {
175 clock_dbgprint_hdr(dev, rw);
176 clock_print_bcd(bct, 9);
177 printf("\n");
178 }
179}
180
181void
182clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct)

Callers 2

atrtc_settimeFunction · 0.85
atrtc_gettimeFunction · 0.85

Calls 3

clock_dbgprint_hdrFunction · 0.85
clock_print_bcdFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected