stonith_enabled_s 622 daemons/fenced/pacemaker-fenced.c const char *stonith_enabled_s = NULL; stonith_enabled_s 628 daemons/fenced/pacemaker-fenced.c stonith_enabled_s = crm_element_value(stonith_enabled_xml, XML_NVPAIR_ATTR_VALUE); stonith_enabled_s 631 daemons/fenced/pacemaker-fenced.c if (stonith_enabled_s == NULL || crm_is_true(stonith_enabled_s)) { stonith_enabled_s 1118 daemons/fenced/pacemaker-fenced.c const char *stonith_enabled_s = NULL; stonith_enabled_s 1181 daemons/fenced/pacemaker-fenced.c stonith_enabled_s = crm_element_value(stonith_enabled_xml, XML_NVPAIR_ATTR_VALUE); stonith_enabled_s 1184 daemons/fenced/pacemaker-fenced.c if (stonith_enabled_s && crm_is_true(stonith_enabled_s) == FALSE) {