control_port       63 lib/pengine/bundle.c         char *control_port;
control_port      349 lib/pengine/bundle.c     if(data->control_port) {
control_port      490 lib/pengine/bundle.c     if (data->control_port != NULL) {
control_port      492 lib/pengine/bundle.c                        data->control_port, NULL);
control_port      708 lib/pengine/bundle.c         if (data->control_port == NULL) {
control_port      719 lib/pengine/bundle.c                                           connect_name, (data->control_port?
control_port      720 lib/pengine/bundle.c                                           data->control_port : port_s));
control_port     1054 lib/pengine/bundle.c         bundle_data->control_port = crm_element_value_copy(xml_obj, "control-port");
control_port     1201 lib/pengine/bundle.c         if(bundle_data->control_port) {
control_port     1202 lib/pengine/bundle.c             port->source = strdup(bundle_data->control_port);
control_port     1994 lib/pengine/bundle.c     free(bundle_data->control_port);