enable             98 include/crm/common/logging.h void crm_enable_stderr(int enable);
enable           1292 lib/ais/plugin.c     int enable = 0;
enable           1299 lib/ais/plugin.c         enable = 1;
enable           1303 lib/ais/plugin.c              enable ? "Enabling" : "Disabling", sender, async_conn);
enable           1304 lib/ais/plugin.c     if (enable) {
enable            364 lib/common/logging.c crm_control_blackbox(int nsig, bool enable)
enable            376 lib/common/logging.c     if (enable && qb_log_ctl(QB_LOG_BLACKBOX, QB_LOG_CONF_STATE_GET, 0) != QB_LOG_STATE_ENABLED) {
enable            403 lib/common/logging.c     } else if (!enable && qb_log_ctl(QB_LOG_BLACKBOX, QB_LOG_CONF_STATE_GET, 0) == QB_LOG_STATE_ENABLED) {
enable            912 lib/common/logging.c crm_enable_stderr(int enable)
enable            914 lib/common/logging.c     if (enable && qb_log_ctl(QB_LOG_STDERR, QB_LOG_CONF_STATE_GET, 0) != QB_LOG_STATE_ENABLED) {
enable            918 lib/common/logging.c     } else if (enable == FALSE) {
enable             87 mcp/pacemaker.c enable_crmd_as_root(gboolean enable)
enable             89 mcp/pacemaker.c     if (enable) {
enable             97 mcp/pacemaker.c enable_mgmtd(gboolean enable)
enable             99 mcp/pacemaker.c     if (enable) {
enable             45 mcp/pacemaker.h void enable_mgmtd(gboolean enable);
enable             46 mcp/pacemaker.h void enable_crmd_as_root(gboolean enable);