Lines Matching defs:dbout
239 { "client.dbout", &fmd_dbout_ops, NULL }, /* client debug output sinks */
255 { "dbout", &fmd_dbout_ops, NULL }, /* daemon debug output sinks */
822 int dbout;
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", &dbout);
840 if (dp->d_hdl_debug != 0 && dbout == 0)
843 dp->d_hdl_dbout = dbout;