Searched refs:dtrace_errhash (Results 1 – 3 of 3) sorted by relevance
1221 typedef struct dtrace_errhash { struct
1231 dtrace_errhash(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in dtrace_errhash() function2759 { "dtrace_errhash", ":", "print DTrace error hash", dtrace_errhash },
299 static dtrace_errhash_t dtrace_errhash[DTRACE_ERRHASHSZ]; variable7598 if (dtrace_errhash[hval].dter_msg == str) { in dtrace_errdebug()7599 dtrace_errhash[hval].dter_count++; in dtrace_errdebug()7603 if (dtrace_errhash[hval].dter_msg != NULL) { in dtrace_errdebug()7608 dtrace_errhash[hval].dter_msg = str; in dtrace_errdebug()7609 dtrace_errhash[hval].dter_count = 1; in dtrace_errdebug()