Home
last modified time | relevance | path

Searched refs:TOSTOP (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h165 #define TOSTOP 0x08000 /* Send SIGTTOU for background output */ macro
166 #define ITOSTOP TOSTOP
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch174 +#ifndef TOSTOP
175 +#define TOSTOP 0
278 -#ifdef TOSTOP
279 - | TOSTOP
349 + | TOSTOP
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h143 #define TOSTOP 0x00400000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h135 #define TOSTOP 0x00100 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h135 #define TOSTOP 0x00100 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h153 #define TOSTOP 0x00400000 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h165 #define TOSTOP 0x00000100 macro
/openbmc/linux/include/linux/
H A Dtty.h109 #define L_TOSTOP(tty) _L_FLAG((tty), TOSTOP)
/openbmc/openbmc/poky/bitbake/
H A DChangeLog53 - Clear the terminal TOSTOP flag if set (and warn the user)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py175 if tcattr[3] & termios.TOSTOP:
177 tcattr[3] = tcattr[3] & ~termios.TOSTOP
/openbmc/qemu/linux-user/
H A Dstrace.c1410 FLAG_TARGET(TOSTOP),
H A Dsyscall.c5752 { TARGET_TOSTOP, TARGET_TOSTOP, TOSTOP, TOSTOP },