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

Function clock_dbgprint_err

freebsd/kern/subr_rtc.c:192–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void
193clock_dbgprint_err(device_t dev, int rw, int err)
194{
195
196 if (show_io & rw) {
197 clock_dbgprint_hdr(dev, rw);
198 printf("error = %d\n", err);
199 }
200}
201
202void
203clock_dbgprint_ts(device_t dev, int rw, const struct timespec *ts)

Callers

nothing calls this directly

Calls 2

clock_dbgprint_hdrFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected