ohcidebug
#define OHCI_DPRINTF(x) if (ohcidebug) printf x
extern int ohcidebug;
extern int ohcidebug;
NULL, 0, &ohcidebug, sizeof(ohcidebug), CTL_CREATE, CTL_EOL);
if (ohcidebug >= 15)
if (ohcidebug >= 5)
#define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ohcidebug,FMT,A,B,C,D)
#define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ohcidebug,N,FMT,A,B,C,D)
#define OHCIHIST_CALLED(name) USBHIST_CALLED(ohcidebug)
if (ohcidebug >= 10) {
if (ohcidebug >= 10) {
if (ohcidebug >= 2) {
USBHIST_LOGN(ohcidebug, 5, "--- dump start ---", 0, 0, 0, 0);
if (ohcidebug >= 5) {
USBHIST_LOGN(ohcidebug, 5, "--- dump end ---", 0, 0, 0, 0);
if (ohcidebug >= 5) {
if (ohcidebug >= 5) {
if (ohcidebug >= 5) {
static int ohcidebug = 0;
if (ohcidebug >= 15) {