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

Function clock_dbgprint_ts

freebsd/kern/subr_rtc.c:202–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void
203clock_dbgprint_ts(device_t dev, int rw, const struct timespec *ts)
204{
205
206 if (show_io & rw) {
207 clock_dbgprint_hdr(dev, rw);
208 clock_print_ts(ts, 9);
209 printf("\n");
210 }
211}
212
213void
214clock_register_flags(device_t clockdev, long resolution, int flags)

Callers 2

snvs_gettimeFunction · 0.85
snvs_settimeFunction · 0.85

Calls 3

clock_dbgprint_hdrFunction · 0.85
clock_print_tsFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected