Home
last modified time | relevance | path

Searched refs:devconfig_get_volume_npaths (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.h909 extern int devconfig_get_volume_npaths(devconfig_t *volume, uint16_t *npaths);
H A Dvolume_devconfig.c1379 devconfig_get_volume_npaths( in devconfig_get_volume_npaths() function
1604 if (devconfig_get_volume_npaths(device, &val16) == 0) { in devconfig_dump()
H A Dvolume_defaults.c1740 if ((error = devconfig_get_volume_npaths( in defaults_get_volume_npaths()
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_validate.c1215 if ((error = devconfig_get_volume_npaths(req, &npaths)) != 0) { in validate_request_npaths()
H A Dlayout_request.c845 if ((error = devconfig_get_volume_npaths(req, val)) != 0) { in get_volume_npaths()