Lines Matching defs:bmp
1065 check_rdcbitmap(int cmd, char *hostp, char *bmp)
1097 if ((strcmp(bmp, mas) == 0) ||
1098 (strcmp(bmp, sha) == 0) ||
1099 (strcmp(bmp, ovr) == 0) ||
1100 (strcmp(bmp, bit) == 0)) {
1103 " Point-in-Time Copy"), bmp);
1138 if ((strcmp(bmp, pri) == 0) ||
1139 (strcmp(bmp, que) == 0) ||
1140 (strcmp(bmp, bit) == 0)) {
1144 "Replicator"), bmp);
1147 if ((strcmp(bmp, sec) == 0) ||
1148 (strcmp(bmp, sbm) == 0)) {
1152 "Replicator"), bmp);
1164 if ((strcmp(bmp, pri) == 0) ||
1165 (strcmp(bmp, que) == 0) ||
1166 (strcmp(bmp, bit) == 0)) {
1170 "Data Replicator"), bmp);
1174 (strcmp(bmp, sec) == 0) ||
1175 (strcmp(bmp, sbm) == 0)) {
1179 "Data Replicator"), bmp);
1186 (strcmp(bmp, sec) == 0) ||
1187 (strcmp(bmp, sbm) == 0)) {
1191 "Data Replicator"), bmp);
1195 (strcmp(bmp, pri) == 0) ||
1196 (strcmp(bmp, que) == 0) ||
1197 (strcmp(bmp, bit) == 0)) {
1201 "Data Replicator"), bmp);
5443 char *vol, *bmp;
5464 bmp = pair.fbitmap;
5470 bmp = pair.tbitmap;
5475 bmp = pair.tbitmap;
5496 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
5503 (void) nsc_insert_node(volhash, volcount, bmp);