Searched refs:INCLUDEMAJOR (Results 1 – 3 of 3) sorted by relevance
145 rc = register_blkdev(INCLUDEMAJOR, DEVICE_NAME); in test_init_module()147 printk("BLK INC - result =%d major %d\n", rc, INCLUDEMAJOR); in test_init_module()163 gd_ptr->major = INCLUDEMAJOR; in test_init_module()199 rc = unregister_blkdev(INCLUDEMAJOR, DEVICE_NAME); in test_exit_module()
29 #define INCLUDEMAJOR 253 macro44 #define INCDEV_CMD _IOR(INCLUDEMAJOR, INC_IOCTL_NUMBER, incdev_cmd_t**)
84 devt = makedev(INCLUDEMAJOR, 0); in open_block_device()