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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c46 #include <fmd.h>
48 fmd_t fmd; variable
90 * var/fm/fmd directory, named after the PID to aid in debugging,
94 "%s/var/fm/fmd/core.%s.%%p", fmd.d_rootdir, fmd.d_pname);
96 (void) core_set_process_path(path, strlen(path) + 1, fmd.d_pid);
121 * There are no calls to priocntl(2) in fmd or plugins.
196 fmd.d_pid = getpid();
222 if (fmd
[all...]
H A Dfmd.h63 typedef struct fmd { struct
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 onl
[all...]

Completed in 59 milliseconds