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