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