Lines Matching defs:bmp
78 bitmap_in_use(int cmd, char *hostp, char *bmp)
128 if ((strcmp(bmp, mas) == 0) ||
129 (strcmp(bmp, sha) == 0) ||
130 (strcmp(bmp, bit) == 0) ||
131 (strcmp(bmp, ovr) == 0)) {
134 "Point-in-Time Copy", bmp);
156 if ((strcmp(bmp, pri) == 0) ||
157 (strcmp(bmp, bit) == 0)) {
161 bmp, RDC_NAME_DU_JOUR);
168 if ((strcmp(bmp, sec) == 0) ||
169 (strcmp(bmp, sbm) == 0)) {
173 bmp, RDC_NAME_DU_JOUR);
187 if ((strcmp(bmp, pri) == 0) ||
188 (strcmp(bmp, bit) == 0)) {
193 bmp, RDC_NAME_DU_JOUR);
199 (strcmp(bmp, sec) == 0) ||
200 (strcmp(bmp, sbm) == 0)) {
205 bmp, RDC_NAME_DU_JOUR);
213 (strcmp(bmp, sec) == 0) ||
214 (strcmp(bmp, sbm) == 0)) {
219 bmp, RDC_NAME_DU_JOUR);
225 (strcmp(bmp, pri) == 0) ||
226 (strcmp(bmp, bit) == 0)) {
231 bmp, RDC_NAME_DU_JOUR);
503 can_reconfig_pbmp(rdcconfig_t *rdc, char *bmp)
508 return (!bitmap_in_use(RDC_CMD_RECONFIG, rdc->phost, bmp));
512 can_reconfig_sbmp(rdcconfig_t *rdc, char *bmp)
517 return (!bitmap_in_use(RDC_CMD_RECONFIG, rdc->shost, bmp));