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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_med.c164 int max_meds; local
181 if ((max_meds = get_max_meds(ep)) == 0)
295 for (i = 0; i < max_meds; i++)
313 if ((t.n_cnt + sd->sd_med.n_cnt) > max_meds) {
380 for (j = 0; j < max_meds; j++) {
485 for (i = 0; i < max_meds; i++) {
616 for (i = 0; i < max_meds; i++) {
745 int max_meds; local
766 if ((max_meds = get_max_meds(ep)) == 0)
805 for (i = 0; i < max_meds;
[all...]
H A Dmeta_med.c821 int max_meds; local
823 if ((max_meds = get_max_meds(ep)) == 0)
826 for (i = 0; i < max_meds; i++) {
875 int max_meds; local
877 if ((max_meds = get_max_meds(ep)) == 0)
882 for (i = 0; i < max_meds; i++) {
898 int max_meds; local
900 if ((max_meds = get_max_meds(ep)) == 0)
904 for (i = 0; i < max_meds; i++) {
925 int max_meds; local
[all...]
H A Dmeta_set_hst.c3215 int max_meds; local
3317 if ((max_meds = get_max_meds(ep)) == 0)
3506 for (i = 0; i < max_meds; i++) {
3583 for (i = 0; i < max_meds; i++) {
3752 int max_meds = 0; local
4046 if ((max_meds = get_max_meds(ep)) == 0) {
4163 for (i = 0; i < max_meds; i++) {
4812 for (i = 0; i < max_meds; i++) {
5244 for (i = 0; i < max_meds; i++) {
H A Dmeta_set.c254 static int max_meds = 0; local
256 if (max_meds == 0)
257 if (metaioctl(MD_MED_GET_NMED, &max_meds, ep, NULL) != 0)
260 return (max_meds);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c104 int max_meds; local
228 if ((max_meds = get_max_meds(ep)) == 0)
231 for (i = 0; i < max_meds; i++) {

Completed in 68 milliseconds