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]; variable7539 if (dtrace_errhash[hval].dter_msg == str) { in dtrace_errdebug()7540 dtrace_errhash[hval].dter_count++; in dtrace_errdebug()7544 if (dtrace_errhash[hval].dter_msg != NULL) { in dtrace_errdebug()7549 dtrace_errhash[hval].dter_msg = str; in dtrace_errdebug()7550 dtrace_errhash[hval].dter_count = 1; in dtrace_errdebug()