tag | line | file | source code |
---|---|---|---|
noctty | 1185 | kernel/chr_drv/tty_io.c | int noctty, retval; |
noctty | 1189 | kernel/chr_drv/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
noctty | 1195 | kernel/chr_drv/tty_io.c | noctty = 1; |
noctty | 1199 | kernel/chr_drv/tty_io.c | noctty = 1; |
noctty | 1208 | kernel/chr_drv/tty_io.c | noctty = 1; |
noctty | 1235 | kernel/chr_drv/tty_io.c | if (!noctty && |