Lines Matching refs:comma
59 int comma, i; in display_stripe_map() local
61 comma = 0; in display_stripe_map()
66 if (comma) in display_stripe_map()
69 comma = 1; in display_stripe_map()
81 int comma, error, fd; in show_adapter() local
119 comma = 0; in show_adapter()
123 comma = 1; in show_adapter()
127 printf("%s RAID1", comma ? "," : ""); in show_adapter()
128 comma = 1; in show_adapter()
132 printf("%s RAID1E", comma ? "," : ""); in show_adapter()
133 comma = 1; in show_adapter()
137 printf("%s RAID5", comma ? "," : ""); in show_adapter()
138 comma = 1; in show_adapter()
142 printf("%s RAID6", comma ? "," : ""); in show_adapter()
143 comma = 1; in show_adapter()
147 printf("%s RAID10", comma ? "," : ""); in show_adapter()
148 comma = 1; in show_adapter()
152 printf("%s RAID50", comma ? "," : ""); in show_adapter()
153 comma = 1; in show_adapter()
155 if (!comma) in show_adapter()