control_port      124 lib/pengine/bundle.c     if(data->control_port) {
control_port      263 lib/pengine/bundle.c     if (data->control_port != NULL) {
control_port      265 lib/pengine/bundle.c                       data->control_port, NULL);
control_port      479 lib/pengine/bundle.c         if (data->control_port == NULL) {
control_port      490 lib/pengine/bundle.c                                           connect_name, (data->control_port?
control_port      491 lib/pengine/bundle.c                                           data->control_port : port_s));
control_port      824 lib/pengine/bundle.c         bundle_data->control_port = crm_element_value_copy(xml_obj, "control-port");
control_port      974 lib/pengine/bundle.c         if(bundle_data->control_port) {
control_port      975 lib/pengine/bundle.c             port->source = strdup(bundle_data->control_port);
control_port     1724 lib/pengine/bundle.c     free(bundle_data->control_port);
control_port       91 lib/pengine/variant.h         char *control_port;