tag | line | file | source code |
---|---|---|---|
othername | 1683 | drivers/char/tty_io.c | const char *othername = NULL; |
othername | 1692 | drivers/char/tty_io.c | othername = p->name; |
othername | 1695 | drivers/char/tty_io.c | if (othername == NULL) { |
othername | 1700 | drivers/char/tty_io.c | register_chrdev(driver->major, othername, &tty_fops); |