Home
last modified time | relevance | path

Searched refs:CV_SHD2MST (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h464 #define CV_SHD2MST 0x00000002 /* copy shadow to master */ macro
H A Ddsw_dev.c668 update.volume = direction == CV_SHD2MST ? ii_pathname(MSTFD(ip)) : in ii_update_denied()
2083 CV_SHD2MST : 0, rtype, kstatus, 0); in _ii_config()
3045 CV_SHD2MST : 0, 1)) { in _ii_reset()
3063 rc = _ii_copyvol(ip, CV_SHD2MST, rtype, kstatus, 1); in _ii_reset()
4667 if ((flags & CV_SHD2MST) == CV_SHD2MST) { in _ii_chk_copy()
4685 if (((flags & CV_SHD2MST) == 0) && in _ii_chk_copy()
4693 if ((ip->bi_flags & DSW_OVERFLOW) && (flags & CV_SHD2MST)) { in _ii_chk_copy()
4723 if (ii_update_denied(ip, *kstatusp, flags & CV_SHD2MST, 0)) { in _ii_chk_copy()
4757 (flags & (CV_BMP_ONLY|CV_SHD2MST)) == CV_BMP_ONLY) { in _ii_do_copy()
4828 ((flags & CV_SHD2MST) && in _ii_do_copy()
[all …]
/titanic_50/usr/src/cmd/avs/dsw/
H A Diiadm.c2496 acopy_args->flags |= CV_SHD2MST;
2609 copy_args.flags |= CV_SHD2MST;