Home
last modified time | relevance | path

Searched defs:fmd (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h64 typedef struct fmd { struct
68 pthread_key_t d_key; /* key for fmd's thread-specific data */ argument
74 uint_t d_fmd_debug; /* mask of fmd active debugging modes */ argument
86 struct fmd_idspace *d_xprt_ids; /* transport id hash */ argument
92 fmd_list_t d_thr_list; /* list of all fmd_thread_t's */ argument
97 fmd_list_t d_mod_list; /* list of modules in load order */ argument
122 struct fmd_module *d_rmod; /* root module for fmd's main thread */ argument
126 fmd_stat_t *d_errstats; /* program-wide error statistics */ argument
142 struct fmd_log *d_ilog; /* log file for info events */ argument
144 pthread_cond_t d_fmd_cv; /* sync startup with rpc */ argument
[all …]
H A Dfmd_main.c48 fmd_t fmd; variable