nreplicas_per_host   57 lib/pengine/bundle.c         int nreplicas_per_host;
nreplicas_per_host  350 lib/pengine/bundle.c         if(data->nreplicas_per_host > 1) {
nreplicas_per_host  352 lib/pengine/bundle.c             data->nreplicas_per_host = 1;
nreplicas_per_host 1038 lib/pengine/bundle.c     pcmk__scan_min_int(value, &bundle_data->nreplicas_per_host, 1);
nreplicas_per_host 1039 lib/pengine/bundle.c     if (bundle_data->nreplicas_per_host == 1) {
nreplicas_per_host 1135 lib/pengine/bundle.c         value = pcmk__itoa(bundle_data->nreplicas_per_host);
nreplicas_per_host 1140 lib/pengine/bundle.c                               pcmk__btoa(bundle_data->nreplicas_per_host > 1));
nreplicas_per_host 2217 lib/pengine/bundle.c     CRM_ASSERT(bundle_data->nreplicas_per_host >= 0);
nreplicas_per_host 2218 lib/pengine/bundle.c     return (unsigned int) bundle_data->nreplicas_per_host;