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

/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c1965 * Validate and set the passnum attribute in the given mirror
1969 * the devconfig_t in which to set the passnum
1985 uint16_t passnum; local
1988 if (str_to_uint16(value, &passnum) != 0) {
1996 return (devconfig_set_mirror_pass(mirror, passnum));
2115 * Get, as a string, the value of the passnum attribute of the given
2119 * the devconfig_t from which to retrieve the passnum
2136 uint16_t passnum; local
2139 if ((error = devconfig_get_mirror_pass(mirror, &passnum)) == 0) {
2140 error = ll_to_str(passnum, valu
[all...]

Completed in 46 milliseconds