| 190 | } |
| 191 | |
| 192 | void |
| 193 | clock_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 | |
| 202 | void |
| 203 | clock_dbgprint_ts(device_t dev, int rw, const struct timespec *ts) |
nothing calls this directly
no test coverage detected