Home
last modified time | relevance | path

Searched defs:fmd_thread (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h39 typedef struct fmd_thread { struct
43 fmd_thread_f *thr_func; /* thread startup function */ argument
49 } fmd_thread_t; argument
H A Dfmd_mdb.c703 fmd_thread(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_thread() function