Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h463 #define CV_BMP_ONLY 0x00000001 /* copy only chunks flagged by bitmap */ macro
H A Ddsw_dev.c4749 flags |= CV_BMP_ONLY; in _ii_do_copy()
4757 (flags & (CV_BMP_ONLY|CV_SHD2MST)) == CV_BMP_ONLY) { in _ii_do_copy()
4827 if ((flags & CV_BMP_ONLY) || in _ii_do_copy()
5050 if ((ucopy->flags & (CV_BMP_ONLY|CV_SHD2MST)) == in _ii_mass_copy()
5051 CV_BMP_ONLY) { in _ii_mass_copy()
/titanic_44/usr/src/cmd/avs/dsw/
H A Diiadm.c2494 acopy_args->flags |= CV_BMP_ONLY;
2607 copy_args.flags |= CV_BMP_ONLY;