host_value 394 attrd/commands.c xmlNode *host_value; host_value 407 attrd/commands.c host_value = create_xml_node(reply, XML_CIB_TAG_NODE); host_value 408 attrd/commands.c if (host_value == NULL) { host_value 412 attrd/commands.c crm_xml_add(host_value, F_ATTRD_HOST, host); host_value 413 attrd/commands.c crm_xml_add(host_value, F_ATTRD_VALUE, (v? v->current : NULL)); host_value 421 attrd/commands.c host_value = create_xml_node(reply, XML_CIB_TAG_NODE); host_value 422 attrd/commands.c if (host_value == NULL) { host_value 426 attrd/commands.c crm_xml_add(host_value, F_ATTRD_HOST, v->nodename); host_value 427 attrd/commands.c crm_xml_add(host_value, F_ATTRD_VALUE, v->current);