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

/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c1848 * Validate and set the nsubmirrors attribute in the given mirror
1852 * the devconfig_t in which to set the nsubmirrors
1868 uint16_t nsubmirrors; local
1871 if (str_to_uint16(value, &nsubmirrors) != 0) {
1879 return (devconfig_set_mirror_nsubs(mirror, nsubmirrors));

Completed in 58 milliseconds