Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd.h63 typedef struct fmd { struct
64 const char *d_version; /* version string for fmd (see fmd.c) */ argument
67 pthread_key_t d_key; /* key for fmd's thread-specific data */ argument
69 volatile int d_running; /* flag set when fmd_run() succeeds */ argument
71 volatile int d_booted; /* flag set when fmd_run() completes */ argument
73 uint_t d_fmd_debug; /* mask of fmd active debugging modes */ argument
74 uint_t d_fmd_dbout; /* fmd debug output sinks (see below) */ argument
85 struct fmd_idspace *d_xprt_ids; /* transport id hash */ argument
87 const fmd_timeops_t *d_clockops; /* system clock ops vector */ argument
91 fmd_list_t d_thr_list; /* list of all fmd_thread_t's */ argument
[all …]
H A Dfmd_main.c48 fmd_t fmd; variable