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