stonith_enabled_s  584 daemons/fenced/pacemaker-fenced.c     const char *stonith_enabled_s = NULL;
stonith_enabled_s  590 daemons/fenced/pacemaker-fenced.c         stonith_enabled_s = crm_element_value(stonith_enabled_xml, XML_NVPAIR_ATTR_VALUE);
stonith_enabled_s  593 daemons/fenced/pacemaker-fenced.c     if (stonith_enabled_s == NULL || crm_is_true(stonith_enabled_s)) {
stonith_enabled_s 1074 daemons/fenced/pacemaker-fenced.c     const char *stonith_enabled_s = NULL;
stonith_enabled_s 1134 daemons/fenced/pacemaker-fenced.c         stonith_enabled_s = crm_element_value(stonith_enabled_xml, XML_NVPAIR_ATTR_VALUE);
stonith_enabled_s 1139 daemons/fenced/pacemaker-fenced.c     if (stonith_enabled_s && crm_is_true(stonith_enabled_s) == FALSE) {