AOE_MAJOR         417 drivers/block/aoe/aoeblk.c 	gd->major = AOE_MAJOR;
AOE_MAJOR         288 drivers/block/aoe/aoechr.c 	n = register_chrdev(AOE_MAJOR, "aoechr", &aoe_fops);
AOE_MAJOR         297 drivers/block/aoe/aoechr.c 		unregister_chrdev(AOE_MAJOR, "aoechr");
AOE_MAJOR         304 drivers/block/aoe/aoechr.c 			      MKDEV(AOE_MAJOR, chardevs[i].minor), NULL,
AOE_MAJOR         316 drivers/block/aoe/aoechr.c 		device_destroy(aoe_class, MKDEV(AOE_MAJOR, chardevs[i].minor));
AOE_MAJOR         318 drivers/block/aoe/aoechr.c 	unregister_chrdev(AOE_MAJOR, "aoechr");
AOE_MAJOR          33 drivers/block/aoe/aoemain.c 	unregister_blkdev(AOE_MAJOR, DEVICE_NAME);
AOE_MAJOR          60 drivers/block/aoe/aoemain.c 	ret = register_blkdev(AOE_MAJOR, DEVICE_NAME);