stonith_enabled_s 998 daemons/fenced/pacemaker-fenced.c const char *stonith_enabled_s = NULL; stonith_enabled_s 1058 daemons/fenced/pacemaker-fenced.c stonith_enabled_s = crm_element_value(stonith_enabled_xml, XML_NVPAIR_ATTR_VALUE); stonith_enabled_s 1061 daemons/fenced/pacemaker-fenced.c if (stonith_enabled_s == NULL || crm_is_true(stonith_enabled_s)) { stonith_enabled_s 1087 daemons/fenced/pacemaker-fenced.c if (stonith_enabled_s && crm_is_true(stonith_enabled_s) == FALSE) {