chardevs 53 drivers/block/aoe/aoechr.c static struct aoe_chardev chardevs[] = { chardevs 197 drivers/block/aoe/aoechr.c for (i = 0; i < ARRAY_SIZE(chardevs); ++i) chardevs 198 drivers/block/aoe/aoechr.c if (chardevs[i].minor == n) { chardevs 302 drivers/block/aoe/aoechr.c for (i = 0; i < ARRAY_SIZE(chardevs); ++i) chardevs 304 drivers/block/aoe/aoechr.c MKDEV(AOE_MAJOR, chardevs[i].minor), NULL, chardevs 305 drivers/block/aoe/aoechr.c chardevs[i].name); chardevs 315 drivers/block/aoe/aoechr.c for (i = 0; i < ARRAY_SIZE(chardevs); ++i) chardevs 316 drivers/block/aoe/aoechr.c device_destroy(aoe_class, MKDEV(AOE_MAJOR, chardevs[i].minor));