Home
last modified time | relevance | path

Searched refs:dbout (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd.c822 int dbout; in fmd_run() local
830 (void) fmd_conf_getprop(dp->d_conf, "dbout", &dbout); in fmd_run()
832 if (dp->d_fmd_debug != 0 && dbout == 0) in fmd_run()
835 dp->d_fmd_dbout = dbout; in fmd_run()
838 (void) fmd_conf_getprop(dp->d_conf, "client.dbout", &dbout); in fmd_run()
840 if (dp->d_hdl_debug != 0 && dbout == 0) in fmd_run()
843 dp->d_hdl_dbout = dbout; in fmd_run()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c120 char *dbflags, *dbout; in topo_open() local
203 dbout = getenv("TOPO_DEBUG_OUT"); in topo_open()
205 topo_debug_set(thp, dbflags, dbout); in topo_open()