tag | line | file | source code |
---|---|---|---|
TTYAUX_MAJOR | 1296 | drivers/char/tty_io.c | if (major == TTYAUX_MAJOR) { |
TTYAUX_MAJOR | 1652 | drivers/char/tty_io.c | if (register_chrdev(TTYAUX_MAJOR,"tty",&tty_fops)) |
TTYAUX_MAJOR | 1653 | drivers/char/tty_io.c | panic("unable to get major %d for tty device", TTYAUX_MAJOR); |