Lines Matching refs:TTYAUX_MAJOR
1787 if (device != MKDEV(TTYAUX_MAJOR, 0)) in tty_open_current_tty()
1833 case MKDEV(TTYAUX_MAJOR, 1): { in tty_lookup_driver()
2057 device == MKDEV(TTYAUX_MAJOR, 1) || in tty_open()
3247 if (dev->devt == MKDEV(TTYAUX_MAJOR, 0) || in tty_devnode()
3248 dev->devt == MKDEV(TTYAUX_MAJOR, 2)) in tty_devnode()
3328 if (cdev_add(&tty_cdev, MKDEV(TTYAUX_MAJOR, 0), 1) || in tty_init()
3329 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 0), 1, "/dev/tty") < 0) in tty_init()
3331 device_create(tty_class, NULL, MKDEV(TTYAUX_MAJOR, 0), NULL, "tty"); in tty_init()
3334 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()
3335 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 1), 1, "/dev/console") < 0) in tty_init()
3338 MKDEV(TTYAUX_MAJOR, 1), NULL, in tty_init()