Searched refs:LPRINTF (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/mvme/
H A Dlpt_mvme.c113 #define LPRINTF(a) macro
115 #define LPRINTF if (lptdebug) aprint_verbose_dev a macro
183 LPRINTF((sc->sc_dev, "open: flags=0x%x\n", flags));
219 LPRINTF((sc->sc_dev, "opened\n"));
259 LPRINTF((sc->sc_dev, "%s: closed\n"));
301 LPRINTF((sc->sc_dev, "write %d\n",
/netbsd-current/sys/arch/hppa/gsc/
H A Dlpt_gsc.c77 #define LPRINTF(a) macro
79 #define LPRINTF(a) if (lpt_isa_debug) printf a macro
109 LPRINTF(("lpt: port=0x%x out=0x%x in=0x%x timeout=%d\n",
/netbsd-current/sys/dev/ic/
H A Dlpt.c87 #define LPRINTF(a) macro
89 #define LPRINTF(a) if (lptdebug) printf a macro
182 LPRINTF(("%s: open: flags=0x%x\n", device_xname(sc->sc_dev),
225 LPRINTF(("%s: opened\n", device_xname(sc->sc_dev)));
289 LPRINTF(("%s: closed\n", device_xname(sc->sc_dev)));
344 LPRINTF(("%s: write %lu\n",
/netbsd-current/sys/dev/isa/
H A Dlpt_isa.c80 #define LPRINTF(a) macro
82 #define LPRINTF(a) if (lpt_isa_debug) printf a macro
120 LPRINTF(("lpt: port=0x%x out=0x%x in=0x%x timeout=%d\n",
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c123 #define LPRINTF if (interactive && loop_filter_debug) printf macro
126 #define DPRINTF(_x_) LPRINTF _x_
941 LPRINTF("set_time: %s ", pr_timeval(offset));
974 LPRINTF("adj_time: %ld us ", (long int)offset);
996 LPRINTF("read_drift: %d.%03d ppm ", idrift, fdrift);
1001 LPRINTF("read_drift: drift_comp %ld ", (long int)accum_drift);
1023 LPRINTF("update_drift: drift_comp %ld ", (long int)accum_drift);
1029 LPRINTF("update_drift: %d.%03d ppm ", idrift, fdrift);
1092 LPRINTF("clock_adjust: %s, clock_adjust %ld, drift_comp %ld(%ld) ",

Completed in 96 milliseconds