Home
last modified time | relevance | path

Searched refs:LINUX_VEOF (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_termios.h123 #define LINUX_VEOF 16 macro
134 #define LINUX_OLD_VEOF LINUX_VEOF
/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_termios.h119 #define LINUX_OLD_VEOF LINUX_VEOF
130 #define LINUX_VEOF 4 macro
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_termios.h97 #define LINUX_VEOF 4 macro
116 #define LINUX_OLD_VEOF LINUX_VEOF
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_termios.h108 #define LINUX_VEOF 4 macro
134 #define LINUX_OLD_VEOF LINUX_VEOF
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_termios.h94 #define LINUX_VEOF 4 macro
113 #define LINUX_OLD_VEOF LINUX_VEOF
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_termios.h105 #define LINUX_VEOF 4 macro
124 #define LINUX_OLD_VEOF LINUX_VEOF
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_termios.h95 #define LINUX_VEOF 0 macro
/netbsd/src/sys/compat/linux/common/
Dlinux_termios.h268 #if LINUX_VEOF < LINUX_NCC in linux32_termio_to_bsd_termios()
449 bts->c_cc[VEOF] = lts->c_cc[LINUX_VEOF]; in linux32_termios_to_bsd_termios()
554 lts->c_cc[LINUX_VEOF] = bts->c_cc[VEOF]; in bsd_termios_to_linux32_termios()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Demul_unix.c2168 #define LINUX_VEOF 4 macro
2271 target.c_cc[LINUX_VEOF] = host->c_cc[VEOF]; in convert_to_linux_termio()
2354 target.c_cc[LINUX_VEOF] = host->c_cc[VEOF]; in convert_to_linux_termios()