Searched defs:fmd (Results 1 – 2 of 2) sorted by relevance
63 typedef struct fmd { struct64 const char *d_version; /* version string for fmd (see fmd.c) */ argument67 pthread_key_t d_key; /* key for fmd's thread-specific data */ argument69 volatile int d_running; /* flag set when fmd_run() succeeds */ argument71 volatile int d_booted; /* flag set when fmd_run() completes */ argument73 uint_t d_fmd_debug; /* mask of fmd active debugging modes */ argument74 uint_t d_fmd_dbout; /* fmd debug output sinks (see below) */ argument85 struct fmd_idspace *d_xprt_ids; /* transport id hash */ argument87 const fmd_timeops_t *d_clockops; /* system clock ops vector */ argument91 fmd_list_t d_thr_list; /* list of all fmd_thread_t's */ argument[all …]
48 fmd_t fmd; variable