Home
last modified time | relevance | path

Searched refs:PRVERBOSE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ppbus/
HDpps.c39 #define PRVERBOSE(fmt, arg...) if (bootverbose) printf(fmt, ##arg); macro
94 PRVERBOSE("S: %02x E: %02x G: %02x\n", send, expect, i); in ppstry()
154 PRVERBOSE("EPP: %d %d\n", i, PPB_IN_EPP_MODE(sc->ppbus)); in ppsattach()
170 PRVERBOSE("CTR = %02x (%02x)\n", ppb_rctr(ppbus), i); in ppsattach()
182 PRVERBOSE("CTR = %02x (%02x)\n", ppb_rctr(ppbus), i); in ppsattach()
232 PRVERBOSE("EPP: %d %d\n", i, PPB_IN_EPP_MODE(sc->ppbus)); in ppsopen()
/NextBSD/sys/dev/pccard/
HDpccard.c76 #define PRVERBOSE(arg) printf arg macro
81 #define PRVERBOSE(arg) if (bootverbose) printf arg macro