Home
last modified time | relevance | path

Searched refs:NLSMAJOR (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c157 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()
DnlsTest.h29 #define NLSMAJOR 253 macro
44 #define NLSDEV_CMD _IOR(NLSMAJOR, NLS_IOCTL_NUMBER, nlsdev_cmd_t**)
DuserBlockNLS.c82 devt = makedev(NLSMAJOR, 0); in open_block_device()