Lines Matching refs:comma
60 int comma, i; in display_stripe_map() local
62 comma = 0; in display_stripe_map()
67 if (comma) in display_stripe_map()
70 comma = 1; in display_stripe_map()
82 int comma, error, fd; in show_adapter() local
120 comma = 0; in show_adapter()
124 comma = 1; in show_adapter()
128 printf("%s RAID1", comma ? "," : ""); in show_adapter()
129 comma = 1; in show_adapter()
133 printf("%s RAID1E", comma ? "," : ""); in show_adapter()
134 comma = 1; in show_adapter()
138 printf("%s RAID5", comma ? "," : ""); in show_adapter()
139 comma = 1; in show_adapter()
143 printf("%s RAID6", comma ? "," : ""); in show_adapter()
144 comma = 1; in show_adapter()
148 printf("%s RAID10", comma ? "," : ""); in show_adapter()
149 comma = 1; in show_adapter()
153 printf("%s RAID50", comma ? "," : ""); in show_adapter()
154 comma = 1; in show_adapter()
156 if (!comma) in show_adapter()