get_config_opt    321 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "debug", &value, "on");
get_config_opt    331 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "to_logfile", &value, "off");
get_config_opt    333 lib/ais/plugin.c         get_config_opt(pcmk_api, local_handle, "logfile", &value, NULL);
get_config_opt    373 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "to_syslog", &value, "on");
get_config_opt    384 lib/ais/plugin.c         get_config_opt(pcmk_api, local_handle, "syslog_facility", &value, "daemon");
get_config_opt    392 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "provider", &value, NULL);
get_config_opt    410 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "ver", &value, "0");
get_config_opt    416 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "clustername", &local_cname, "pcmk");
get_config_opt    419 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "use_logd", &value, "no");
get_config_opt    422 lib/ais/plugin.c     get_config_opt(pcmk_api, local_handle, "use_mgmtd", &value, "no");
get_config_opt    110 lib/ais/utils.h extern int get_config_opt(struct corosync_api_v1 *config,
get_config_opt    897 lib/cluster/legacy.c         get_config_opt(config, local_handle, "name", &value, NULL);
get_config_opt    901 lib/cluster/legacy.c             get_config_opt(config, local_handle, "ver", &value, "0");
get_config_opt    912 lib/cluster/legacy.c         get_config_opt(config, local_handle, "provider", &value, NULL);
get_config_opt    341 mcp/corosync.c             get_config_opt(config, local_handle, "name", &value, NULL);
get_config_opt    343 mcp/corosync.c                 get_config_opt(config, local_handle, "ver", &value, "0");
get_config_opt    345 mcp/corosync.c                     get_config_opt(config, local_handle, "use_logd", &value, "no");
get_config_opt    349 mcp/corosync.c                     get_config_opt(config, local_handle, "use_mgmtd", &value, "no");
get_config_opt    382 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "debug", &debug_enabled, "off");
get_config_opt    418 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "to_logfile", &logfile_enabled, "on");
get_config_opt    419 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "logfile", &logfile, "/var/log/pacemaker.log");
get_config_opt    444 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "to_syslog", &syslog_enabled, "on");
get_config_opt    445 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "syslog_facility", &syslog_facility, "daemon");