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

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_diskqueue.c94 #define Dprintf1(s,a) if (rf_queueDebug) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL) macro
98 #define Dprintf1(s,a) macro
333 Dprintf1("DiskIOComplete: no more requests to extract.\n", "");
H A Drf_psstatus.c51 #define Dprintf1(s,a) if (rf_pssDebug) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL) macro
55 #define Dprintf1(s,a) macro
259 Dprintf1("Waking up access waiting on parity stripe ID %ld\n", p->parityStripeID);
H A Drf_reconbuffer.c49 #define Dprintf1(s,a) if (rf_reconbufferDebug) printf(s,a) macro
57 #define Dprintf1(s,a) {} macro
227 Dprintf1("RECON: col %d failed to acquire floating rbuf\n", rbuf->col);
251 Dprintf1("RECON: col %d acquired rbuf\n", rbuf->col);
H A Drf_stripelocks.c74 #define Dprintf1(s,a) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL) macro
85 #define Dprintf1(s,a) {} macro
267 Dprintf1("[%d] Lock acquisition supressed (stripeID == -1)\n", tid);
390 Dprintf1("[%d] Lock release supressed (stripeID == -1)\n", tid);
H A Drf_reconstruct.c70 #define Dprintf1(s,a) if (rf_reconDebug) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL) macro
84 #define Dprintf1(s,a) {} macro
704 Dprintf1("RECON: done issuing for c%d\n", i);
978 Dprintf1("RECON: ProcessReconEvent type %d\n", event->type);
993 Dprintf1("RECON: submitblocked=%d\n", submitblocked);
1047 Dprintf1("RECON: BUFCLEAR EVENT: col %d\n", event->col);
1069 Dprintf1("RECON: HEADSEPCLEAR EVENT: col %d\n", event->col);
1077 Dprintf1("RECON: BUFREADY EVENT: col %d\n", event->col);
1612 Dprintf1("RECON: new min head pos counter val is %ld\n", new_min);

Completed in 113 milliseconds