Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h64 typedef struct fmd { struct
65 const char *d_version; /* version string for fmd (see fmd.c) */ argument
68 pthread_key_t d_key; /* key for fmd's thread-specific data */ argument
70 volatile int d_running; /* flag set when fmd_run() succeeds */ argument
72 volatile int d_booted; /* flag set when fmd_run() completes */ argument
74 uint_t d_fmd_debug; /* mask of fmd active debugging modes */ argument
75 uint_t d_fmd_dbout; /* fmd debug output sinks (see below) */ argument
86 struct fmd_idspace *d_xprt_ids; /* transport id hash */ argument
88 const fmd_timeops_t *d_clockops; /* system clock ops vector */ argument
92 fmd_list_t d_thr_list; /* list of all fmd_thread_t's */ argument
[all …]
H A Dfmd_main.c48 fmd_t fmd; variable