Home
last modified time | relevance | path

Searched refs:N_TTY (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/pkg/report/testdata/linux/report/
D901 TITLE: kernel panic: Couldn't open N_TTY ldisc
4 [ 1722.511384] Kernel panic - not syncing: Couldn't open N_TTY ldisc for ptm1 --- error -12.
/external/kernel-headers/original/uapi/linux/
Dtty.h12 #define N_TTY 0 macro
/external/python/cpython2/Modules/
Dtermios.c701 #ifdef N_TTY
702 {"N_TTY", N_TTY},
/external/python/cpython3/Modules/
Dtermios.c729 #ifdef N_TTY
730 {"N_TTY", N_TTY},
/external/toybox/toys/pending/
Dstty.c332 else if (!strcmp(arg, "line")) new.c_line = get_arg(&i, N_TTY, NR_LDISCS); in do_stty()
/external/ppp/pppd/
Dsys-linux.c175 static int tty_disc = N_TTY; /* The TTY discipline */