HomeSort by: relevance | last modified time | path
    Searched defs:Dprintf1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconbuffer.c 49 #define Dprintf1(s,a) if (rf_reconbufferDebug) printf(s,a)
57 #define Dprintf1(s,a) {}
227 Dprintf1("RECON: col %d failed to acquire floating rbuf\n", rbuf->col);
251 Dprintf1("RECON: col %d acquired rbuf\n", rbuf->col);
rf_diskqueue.c 96 #define Dprintf1(s,a) if (rf_queueDebug) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL)
100 #define Dprintf1(s,a)
350 Dprintf1("DiskIOComplete: no more requests to extract.\n", "");
rf_psstatus.c 51 #define Dprintf1(s,a) if (rf_pssDebug) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL)
55 #define Dprintf1(s,a)
261 Dprintf1("Waking up access waiting on parity stripe ID %ld\n", p->parityStripeID);
rf_stripelocks.c 74 #define Dprintf1(s,a) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL)
85 #define Dprintf1(s,a) {}
270 Dprintf1("[%d] Lock acquisition suppressed (stripeID == -1)\n", tid);
393 Dprintf1("[%d] Lock release suppressed (stripeID == -1)\n", tid);
rf_reconstruct.c 72 #define Dprintf1(s,a) if (rf_reconDebug) rf_debug_printf(s,(void *)((unsigned long)a),NULL,NULL,NULL,NULL,NULL,NULL,NULL)
86 #define Dprintf1(s,a) {}
709 Dprintf1("RECON: done issuing for c%d\n", i);
985 Dprintf1("RECON: ProcessReconEvent type %d\n", event->type);
1000 Dprintf1("RECON: submitblocked=%d\n", submitblocked);
1054 Dprintf1("RECON: BUFCLEAR EVENT: col %d\n", event->col);
1076 Dprintf1("RECON: HEADSEPCLEAR EVENT: col %d\n", event->col);
1084 Dprintf1("RECON: BUFREADY EVENT: col %d\n", event->col);
1618 Dprintf1("RECON: new min head pos counter val is %ld\n", new_min);

Completed in 487 milliseconds