control_port      158 lib/pengine/bundle.c     if(data->control_port) {
control_port      297 lib/pengine/bundle.c     if (data->control_port != NULL) {
control_port      299 lib/pengine/bundle.c                       data->control_port, NULL);
control_port      514 lib/pengine/bundle.c         if (data->control_port == NULL) {
control_port      525 lib/pengine/bundle.c                                           connect_name, (data->control_port?
control_port      526 lib/pengine/bundle.c                                           data->control_port : port_s));
control_port      859 lib/pengine/bundle.c         bundle_data->control_port = crm_element_value_copy(xml_obj, "control-port");
control_port     1009 lib/pengine/bundle.c         if(bundle_data->control_port) {
control_port     1010 lib/pengine/bundle.c             port->source = strdup(bundle_data->control_port);
control_port     1797 lib/pengine/bundle.c     free(bundle_data->control_port);
control_port       65 lib/pengine/variant.h         char *control_port;