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