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

/osnet-11/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.c3214 int max_meds; local
3316 if ((max_meds = get_max_meds(ep)) == 0)
3505 for (i = 0; i < max_meds; i++) {
3582 for (i = 0; i < max_meds; i++) {
3751 int max_meds = 0; local
4045 if ((max_meds = get_max_meds(ep)) == 0) {
4162 for (i = 0; i < max_meds; i++) {
4811 for (i = 0; i < max_meds; i++) {
5243 for (i = 0; i < max_meds; i++) {
H A Dmeta_set.c256 static int max_meds = 0; local
258 if (max_meds == 0)
259 if (metaioctl(MD_MED_GET_NMED, &max_meds, ep, NULL) != 0)
262 return (max_meds);

Completed in 52 milliseconds