Searched defs:md_nmedh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c167 int md_nmedh = 0; variable
507 /* try and get the md_nmedh property */
508 md_nmedh = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
509 DDI_PROP_DONTPASS, "md_nmedh", MED_DEF_HOSTS);
510 if ((md_nmedh <= 0) || (md_nmedh > MED_MAX_HOSTS))
511 md_nmedh = MED_DEF_HOSTS;
768 md_nmedh = 0;

Completed in 64 milliseconds