Searched refs:bitmap_volume (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 1815 char *bitmap_volume, char *copy_type) argument 1854 rc = cfg_get_canonical_name(cfg, bitmap_volume, &altname); 1875 if (check_diskgroup(bitmap_volume, bmp_dg)) rc++; 1926 if (check_resource_group(bitmap_volume)) { 2002 if (stat(bitmap_volume, &bstat) != 0) { 2022 (void) strncpy(parms.bitmap_vol, bitmap_volume, DSW_NAMELEN); 2046 else if (strncmp(bitmap_volume, p, DSW_NAMELEN) == 0) 2126 master_volume, shadow_volume, bitmap_volume, 2146 master_volume, shadow_volume, bitmap_volume, 3525 import(char *shadow_volume, char *bitmap_volume) argument [all …]
|