Searched refs:vc0_cdev (Results 1 – 1 of 1) sorted by relevance
3524 static struct cdev vc0_cdev; variable3542 cdev_init(&vc0_cdev, console_fops); in vty_init()3543 if (cdev_add(&vc0_cdev, MKDEV(TTY_MAJOR, 0), 1) || in vty_init()