pcmk_cib_node_shutdown 185 include/crm/common/nodes.h const char *pcmk_cib_node_shutdown(xmlNode *cib, const char *node); pcmk_cib_node_shutdown 40 lib/common/tests/nodes/pcmk_cib_node_shutdown_test.c assert_null(pcmk_cib_node_shutdown(NULL, NULL)); pcmk_cib_node_shutdown 41 lib/common/tests/nodes/pcmk_cib_node_shutdown_test.c assert_null(pcmk_cib_node_shutdown(xml, NULL)); pcmk_cib_node_shutdown 42 lib/common/tests/nodes/pcmk_cib_node_shutdown_test.c assert_null(pcmk_cib_node_shutdown(NULL, "node1")); pcmk_cib_node_shutdown 52 lib/common/tests/nodes/pcmk_cib_node_shutdown_test.c assert_null(pcmk_cib_node_shutdown(xml, "node")); pcmk_cib_node_shutdown 53 lib/common/tests/nodes/pcmk_cib_node_shutdown_test.c assert_null(pcmk_cib_node_shutdown(xml, "node10")); pcmk_cib_node_shutdown 63 lib/common/tests/nodes/pcmk_cib_node_shutdown_test.c assert_string_equal(pcmk_cib_node_shutdown(xml, "node1"), "999");