Searched refs:ii_shd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c9014 if (NSHADOWS(ip) && bfd->ii_shd == 0) {
9052 if (bfd->ii_shd) {
9067 if (bfd->ii_shd == 0) {
9078 if (((ip->bi_flags & DSW_GOLDEN) == 0) && bfd->ii_shd) {
9108 rc = ii_read_volume(ip, bfd->ii_shd,
9116 if (bfd->ii_shd && (ip->bi_flags & DSW_SHDOFFLINE)) {
9120 if ((bfd->ii_shd == 0) &&
9125 rc = ii_read_volume(ip, !(bfd->ii_shd), *handle, NULL,
9128 if (bfd->ii_shd)
9178 if (bfd->ii_shd)
[all...]
H A Ddsw_dev.h468 #define II_FD(ii) ((ii)->ii_shd ? SHDFD((ii)->ii_info) : \
533 int ii_shd; /* This fd is for the shadow device */ member in struct:ii_fd_s
/illumos-gate/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c92 mdb_printf("ii_info: 0x%p ii_bmp: %d ii_shd: %d ii_ovr: %d ii_optr: "
93 "0x%p\nii_oflags: 0x%x\n", fd.ii_info, fd.ii_bmp, fd.ii_shd,

Completed in 86 milliseconds