Searched refs:NLSMAJOR (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 157 rc = register_blkdev(NLSMAJOR, DEVICE_NAME); in test_init_module() 159 printk(KERN_DEBUG "BLK INC - result=%d, major=%d\n", rc, NLSMAJOR); in test_init_module() 171 unregister_blkdev(NLSMAJOR, DEVICE_NAME); in test_init_module() 181 unregister_blkdev(NLSMAJOR, DEVICE_NAME); in test_init_module() 186 gd_ptr->major = NLSMAJOR; in test_init_module() 206 unregister_blkdev(NLSMAJOR, DEVICE_NAME); in test_exit_module()
|
D | nlsTest.h | 29 #define NLSMAJOR 253 macro 44 #define NLSDEV_CMD _IOR(NLSMAJOR, NLS_IOCTL_NUMBER, nlsdev_cmd_t**)
|
D | userBlockNLS.c | 82 devt = makedev(NLSMAJOR, 0); in open_block_device()
|