Lines Matching defs:shadow_vol

778 ii_open_shadow(_ii_info_t *ip, char *shadow_vol)
783 ip->bi_shdfd = nsc_open(shadow_vol,
787 ip->bi_shdfd = nsc_open(shadow_vol,
800 ip->bi_shdrfd = nsc_open(shadow_vol,
805 ip->bi_shdrfd = nsc_open(shadow_vol,
1172 char *, uconf.shadow_vol, char *, uconf.bitmap_vol);
1215 (void) strncpy(ip->bi_keyname, uconf.shadow_vol, DSW_NAMELEN);
1332 if (uconf.shadow_vol[0] == 0)
1333 (void) strncpy(uconf.shadow_vol, bm_header->shadow_vol,
1366 DSW_NAMELEN)) || strncmp(bm_header->shadow_vol,
1367 uconf.shadow_vol, DSW_NAMELEN)) {
1405 if (!uconf.master_vol[0] || !uconf.shadow_vol[0]) {
1412 if (strncmp(uconf.master_vol, uconf.shadow_vol, DSW_NAMELEN) == 0) {
1424 if (strncmp(uconf.bitmap_vol, uconf.shadow_vol, DSW_NAMELEN) == 0) {
1439 type = ii_volume(uconf.shadow_vol, 1);
1481 if (strcmp(uconf.shadow_vol, hip->bi_keyname) == 0)
1559 if ((rc = ii_open_shadow(ip, uconf.shadow_vol)) != 0) {
1653 " groups", uconf.shadow_vol, uconf.master_vol);
1828 (void) strncpy(bm_header->shadow_vol, uconf.shadow_vol,
1978 uconf.master_vol, uconf.shadow_vol);
2073 uconf.master_vol, uconf.shadow_vol);
2299 II_TAIL_COPY(uparms, uparms32, shadow_vol, dsw_ioctl_t);
2308 if (!uparms.shadow_vol[0])
2311 DTRACE_PROBE2(_ii_disable_info, char *, uparms.shadow_vol,
2316 hash = nsc_strhash(uparms.shadow_vol);
2321 strncmp((*head)->lst_name, uparms.shadow_vol,
2395 rc = _ii_perform_disable(uparms.shadow_vol, &kstatus, -1);
2430 II_TAIL_COPY(ustat, ustat32, shadow_vol, dsw_stat_t);
2439 if (!ustat.shadow_vol[0])
2443 ip = _ii_find_set(ustat.shadow_vol);
2552 (void) strncpy(cf32.shadow_vol,
2565 (void) strncpy(cf.shadow_vol,
2691 II_TAIL_COPY(uparms, uparms32, shadow_vol, dsw_ioctl_t);
2700 if (!uparms.shadow_vol[0])
2704 ip = _ii_find_set(uparms.shadow_vol);
2753 II_TAIL_COPY(uparms, uparms32, shadow_vol, dsw_ioctl_t);
2763 if (!uparms.shadow_vol[0])
2767 ip = _ii_find_set(uparms.shadow_vol);
2849 II_TAIL_COPY(uparms, uparms32, shadow_vol, dsw_ioctl_t);
2858 if (!uparms.shadow_vol[0])
2862 ip = _ii_find_set(uparms.shadow_vol);
2952 (void) strncpy(bm_header->shadow_vol, ii_pathname(ip->bi_shdfd),
3143 II_TAIL_COPY(copyp, copyp32, shadow_vol, dsw_copyp_t);
3152 if (!copyp.shadow_vol[0])
3156 ip = _ii_find_set(copyp.shadow_vol);
3278 _ii_suspend_cluster(char *shadow_vol)
3288 hash = nsc_strhash(shadow_vol);
3290 if ((hash == (*cp)->lst_hash) && strncmp(shadow_vol,
3419 II_TAIL_COPY(uparms, uparms32, shadow_vol, dsw_ioctl_t);
3428 if (!uparms.shadow_vol[0])
3432 rc = _ii_suspend_cluster(uparms.shadow_vol);
3435 ip = _ii_find_set(uparms.shadow_vol);
3483 II_TAIL_COPY(uabort, uabort32, shadow_vol, dsw_ioctl_t);
3492 if (!uabort.shadow_vol[0])
3496 ip = _ii_find_set(uabort.shadow_vol);
3540 bcopy(usegment32.shadow_vol, usegment.shadow_vol, DSW_NAMELEN);
3558 if (usegment.shadow_vol[0]) {
3560 ip = _ii_find_set(usegment.shadow_vol);
3643 bcopy(ubitmap32.shadow_vol, ubitmap.shadow_vol, DSW_NAMELEN);
3657 if (!ubitmap.shadow_vol[0])
3661 ip = _ii_find_set(ubitmap.shadow_vol);
3725 II_TAIL_COPY(uparms, uparms32, shadow_vol, dsw_ioctl_t);
3734 if (!uparms.shadow_vol[0])
3738 ip = _ii_find_set(uparms.shadow_vol);
3848 II_TAIL_COPY(ubitmap, ubitmap32, shadow_vol, dsw_bitmap_t);
3860 if (!ubitmap.shadow_vol[0])
3864 ip = _ii_find_set(ubitmap.shadow_vol);
3959 II_TAIL_COPY(uioctl, uioctl32, shadow_vol, dsw_ioctl_t);
3964 overflow_vol = uioctl.shadow_vol;
3978 fd = nsc_open(uioctl.shadow_vol,
4008 (void) strncpy(op->ii_volname, uioctl.shadow_vol, DSW_NAMELEN);
4053 II_TAIL_COPY(uconfig, uconfig32, shadow_vol, dsw_config_t);
4062 if (!uconfig.shadow_vol[0])
4073 ip = _ii_find_set(uconfig.shadow_vol);
4163 II_TAIL_COPY(ubitmap, ubitmap32, shadow_vol, dsw_bitmap_t);
4172 if (!ubitmap.shadow_vol[0])
4176 ip = _ii_find_set(ubitmap.shadow_vol);
4247 name_offset = offsetof(dsw_aioctl_t, shadow_vol[0]);
4253 name_offset = offsetof(dsw_aioctl32_t, shadow_vol[0]);
4262 if (ulist.shadow_vol[ 0 ] != 0) {
4264 hash = nsc_strhash(ulist.shadow_vol);
4266 if ((hash == cp->lst_hash) && strncmp(ulist.shadow_vol,
4336 name_offset = offsetof(dsw_aioctl_t, shadow_vol[0]);
4342 name_offset = offsetof(dsw_aioctl32_t, shadow_vol[0]);
4472 II_TAIL_COPY(umove, umove32, shadow_vol, dsw_movegrp_t);
4481 if (!umove.shadow_vol[0])
4485 ip = _ii_find_set(umove.shadow_vol);
4557 II_TAIL_COPY(umove, umove32, shadow_vol, dsw_movegrp_t);
4566 if (!umove.shadow_vol[0])
4570 ip = _ii_find_set(umove.shadow_vol);
4897 II_TAIL_COPY(ucopy, ucopy32, shadow_vol, dsw_ioctl_t);
4906 if (!ucopy.shadow_vol[0])
4910 ip = _ii_find_set(ucopy.shadow_vol);
5236 name_offset = offsetof(dsw_aioctl_t, shadow_vol[0]);
5243 name_offset = offsetof(dsw_aioctl32_t, shadow_vol[0]);
5306 bcopy(ubitsset32.shadow_vol, ubitsset.shadow_vol, DSW_NAMELEN);
5314 if (!ubitsset.shadow_vol[0])
5319 ip = _ii_find_set(ubitsset.shadow_vol);