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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c120 char *dbflags, *dbout; local
203 dbout = getenv("TOPO_DEBUG_OUT");
205 topo_debug_set(thp, dbflags, dbout);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c239 { "client.dbout", &fmd_dbout_ops, NULL }, /* client debug output sinks */
255 { "dbout", &fmd_dbout_ops, NULL }, /* daemon debug output sinks */
822 int dbout; local
827 * is non-zero and the corresponding dbout mask is zero, set dbout
830 (void) fmd_conf_getprop(dp->d_conf, "dbout", &dbout);
832 if (dp->d_fmd_debug != 0 && dbout == 0)
835 dp->d_fmd_dbout = dbout;
838 (void) fmd_conf_getprop(dp->d_conf, "client.dbout",
[all...]

Completed in 57 milliseconds