stonith_enabled_s 1029 fencing/main.c const char *stonith_enabled_s = NULL; stonith_enabled_s 1086 fencing/main.c stonith_enabled_s = crm_element_value(stonith_enabled_xml, XML_NVPAIR_ATTR_VALUE); stonith_enabled_s 1089 fencing/main.c if (stonith_enabled_s == NULL || crm_is_true(stonith_enabled_s)) { stonith_enabled_s 1111 fencing/main.c if (stonith_enabled_s && crm_is_true(stonith_enabled_s) == FALSE) {