Searched defs:real_bitmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsw/
H A Diicpshd.c70 char real_bitmap[DSW_NAMELEN]; variable
185 if (strstr(real_bitmap, "/rdsk/") == NULL) {
187 gettext("%s is not a character device\n"), real_bitmap);
195 if ((ifp = fopen(real_bitmap, "r+")) == NULL) {
271 real_bitmap, DSW_NAMELEN);
346 int len = strlen(real_bitmap);
350 if (real_bitmap[i] != 'r') {
351 temp_string[j] = real_bitmap[i];
356 (void) strcpy(real_bitmap, temp_string);

Completed in 639 milliseconds