Searched refs:this_dev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c1283 md_dev64_t this_dev; local
1381 this_dev = md_resolve_bydevid(mnum, comp->un_dev, comp->un_key);
1391 if (this_dev == NODEV64) {
1392 this_dev = md_getdevnum(setno, side, comp->un_key,
1404 this_dev = md_resolve_bydevid(mnum, nd->nd_dev, nd->nd_key);
1407 comp->un_dev = this_dev;
1415 if (md_layered_open(mnum, &this_dev, MD_OFLG_NULL)) {
1440 nd->nd_dev = this_dev;
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c668 md_dev64_t this_dev; local
672 this_dev = ((cd.cd_orig_dev == 0) ? cd.cd_dev :
698 this_dev = md_getdevnum(setno, side,
706 if (md_getkeyfromdev(setno, side, this_dev,
723 mnum, this_dev);
727 if ((md_getmajor(this_dev) != md_major) &&
732 this_dev);
737 if (md_expldev(params->new_dev) != this_dev) {

Completed in 82 milliseconds