check_boolean     127 include/crm_internal.h gboolean check_boolean(const char *value);
check_boolean     710 lib/cib/cib_utils.c         "boolean", NULL, "false", &check_boolean,
check_boolean      90 lib/pengine/common.c 	{ "symmetric-cluster", "symmetric_cluster", "boolean", NULL, "true", &check_boolean,
check_boolean      96 lib/pengine/common.c       &check_boolean, "Deprecated (use is-managed in rsc_defaults instead)",
check_boolean      98 lib/pengine/common.c 	{ "maintenance-mode", NULL, "boolean", NULL, "false", &check_boolean,
check_boolean     100 lib/pengine/common.c 	{ "start-failure-is-fatal", NULL, "boolean", NULL, "true", &check_boolean, "Always treat start failures as fatal",
check_boolean     102 lib/pengine/common.c 	{ "enable-startup-probes", NULL, "boolean", NULL, "true", &check_boolean,
check_boolean     106 lib/pengine/common.c 	{ "stonith-enabled", "stonith_enabled", "boolean", NULL, "true", &check_boolean,
check_boolean     112 lib/pengine/common.c 	{ XML_ATTR_HAVE_WATCHDOG, NULL, "boolean", NULL, "false", &check_boolean,
check_boolean     114 lib/pengine/common.c 	{ "concurrent-fencing", NULL, "boolean", NULL, "false", &check_boolean,
check_boolean     116 lib/pengine/common.c 	{ "startup-fencing", "startup_fencing", "boolean", NULL, "true", &check_boolean,
check_boolean     132 lib/pengine/common.c 	{ "stop-all-resources", NULL, "boolean", NULL, "false", &check_boolean,
check_boolean     134 lib/pengine/common.c 	{ "stop-orphan-resources", "stop_orphan_resources", "boolean", NULL, "true", &check_boolean,
check_boolean     136 lib/pengine/common.c 	{ "stop-orphan-actions", "stop_orphan_actions", "boolean", NULL, "true", &check_boolean,
check_boolean     138 lib/pengine/common.c  	{ "remove-after-stop", "remove_after_stop", "boolean", NULL, "false", &check_boolean,