Searched defs:fmd_trace (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c247 * The fmd_trace.c routines set tr_file and tr_line to NULL and 0 respectively.
265 * The fmd_trace() function is the wrapper for the tracing routines provided in
266 * fmd_trace.c. It is invoked by the TRACE() macro in <fmd_subr.h>, and uses
271 fmd_trace(uint_t tag, const char *format, ...) function
H A Dfmd_mdb.c29 #include <fmd_trace.h>
73 mdb_warn("fmd_trace only supports global walks\n");
273 fmd_trace(uintptr_t tid, uint_t flags, int argc, const mdb_arg_t *argv) function
296 if (mdb_walk("fmd_trace", (mdb_walk_cb_t)func, (void *)tid) == -1) {
297 mdb_warn("failed to walk fmd_trace");
1652 { "fmd_trace", "?[-cs]", "display thread trace buffer(s)", fmd_trace },
1671 { "fmd_trace", "walk per-thread trace buffers",

Completed in 405 milliseconds