HomeSort by relevance Sort by last modified time
    Searched defs:fmd (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_main.c 46 #include <fmd.h>
48 fmd_t fmd; variable
89 * var/fm/fmd directory, named after the PID to aid in debugging,
93 "%s/var/fm/fmd/core.%s.%%p", fmd.d_rootdir, fmd.d_pname);
95 (void) core_set_process_path(path, strlen(path) + 1, fmd.d_pid);
159 fmd.d_pid = getpid();
185 if (fmd.d_signal == 0)
186 fmd.d_signal = sig
    [all...]
fmd.h 66 typedef struct fmd { struct
67 const char *d_version; /* version string for fmd (see fmd.c) */
70 pthread_key_t d_key; /* key for fmd's thread-specific data */
75 uint_t d_fmd_debug; /* mask of fmd active debugging modes */
76 uint_t d_fmd_dbout; /* fmd debug output sinks (see below) */
123 struct fmd_module *d_rmod; /* root module for fmd's main thread */
124 struct fmd_module *d_self; /* self module for fmd's diagnosis */
143 * Exit status values used for the few places within fmd where we exit(2) or
144 * return from main(). fmd only exits if a fatal error occurs during startup
    [all...]

Completed in 120 milliseconds