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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c916 * in this RCM modules resource list. If the redundancy argument is
918 * returned if it is associated with >= redundancy dependents.
924 get_next_user(rsrc_t *next, rsrc_t *rsrc, int redundancy) argument
947 (redundancy <= 0 || cnt == redundancy)) {
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c2000 * Validate and set the redundancy attribute in the given volume
2004 * the devconfig_t in which to set the redundancy
2020 uint16_t redundancy; local
2023 if (str_to_uint16(value, &redundancy) != 0) {
2025 gettext("invalid redundancy level (%s): %s"),
2031 return (devconfig_set_volume_redundancy_level(volume, redundancy));
2055 uint16_t redundancy; local
2058 if (str_to_uint16(value, &redundancy) != 0) {
2066 return (devconfig_set_volume_npaths(volume, redundancy));

Completed in 62 milliseconds