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

  /src/sys/dev/raidframe/
rf_reconbuffer.c 51 #define Dprintf3(s,a,b,c) if (rf_reconbufferDebug) printf(s,a,b,c)
59 #define Dprintf3(s,a,b,c) {}
rf_diskqueue.c 98 #define Dprintf3(s,a,b,c) if (rf_queueDebug) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),(void *)((unsigned long)c),NULL,NULL,NULL,NULL,NULL)
102 #define Dprintf3(s,a,b,c)
rf_psstatus.c 53 #define Dprintf3(s,a,b,c) if (rf_pssDebug) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),(void *)((unsigned long)c),NULL,NULL,NULL,NULL,NULL)
57 #define Dprintf3(s,a,b,c)
188 Dprintf3("raid%d: Blocked recon on psid %ld. count now %d\n",
rf_stripelocks.c 76 #define Dprintf3(s,a,b,c) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),(void *)((unsigned long)c),NULL,NULL,NULL,NULL,NULL)
87 #define Dprintf3(s,a,b,c) {}
275 Dprintf3("[%d] lock %ld hashval %d\n", tid, stripeID, hashval);
361 Dprintf3("[%d] lock %ld retcode=%d\n", tid, stripeID, retcode);
604 Dprintf3("[%d] Last lock released (table 0x%lx): deleting desc for stripeID %ld\n", tid, (unsigned long) lockTable, stripeID);
rf_reconstruct.c 74 #define Dprintf3(s,a,b,c) if (rf_reconDebug) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),(void *)((unsigned long)c),NULL,NULL,NULL,NULL,NULL)
88 #define Dprintf3(s,a,b,c) {}
1018 Dprintf3("RECON: WRITEDONE EVENT: psid %d ru %d (%d %% complete)\n",
1732 Dprintf3("RECON: col %d blocked at psid %ld ru %d\n", col, psid, which_ru);
1915 Dprintf3("raid%d: unblocking recon on psid %ld: blockcount is %d\n",

Completed in 19 milliseconds