Lines Matching defs:fmd
63 typedef struct fmd {
64 const char *d_version; /* version string for fmd (see fmd.c) */
67 pthread_key_t d_key; /* key for fmd's thread-specific data */
73 uint_t d_fmd_debug; /* mask of fmd active debugging modes */
74 uint_t d_fmd_dbout; /* fmd debug output sinks (see below) */
121 struct fmd_module *d_rmod; /* root module for fmd's main thread */
122 struct fmd_module *d_self; /* self module for fmd's diagnosis */
148 * Exit status values used for the few places within fmd where we exit(2) or
149 * return from main(). fmd only exits if a fatal error occurs during startup;
157 * Values associated with fmd's client.error property, stored as a uint32_t.
161 #define FMD_CERROR_STOP 1 /* stop fmd for debugger attach */
162 #define FMD_CERROR_ABORT 2 /* abort fmd and generate core dump */
172 extern fmd_t fmd;