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

Function clock_dbgprint_ct

freebsd/kern/subr_rtc.c:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void
182clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct)
183{
184
185 if (show_io & rw) {
186 clock_dbgprint_hdr(dev, rw);
187 clock_print_ct(ct, 9);
188 printf("\n");
189 }
190}
191
192void
193clock_dbgprint_err(device_t dev, int rw, int err)

Callers

nothing calls this directly

Calls 3

clock_dbgprint_hdrFunction · 0.85
clock_print_ctFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected