Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h34 #define TIOCGPGRP 0x540F macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h34 #define TIOCGPGRP 0x540F macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h61 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h23 #define TIOCGPGRP _IOR('T', 30, int) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h44 #define TIOCGPGRP _IOR('t', 119, int) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h36 #define TIOCGPGRP _IOR('t', 119, int) macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h49 #define TIOCGPGRP _IOR('t', 119, int) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h87 #define TIOCGPGRP _IOR('t', 131, int) macro
/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c585 case TIOCGPGRP: in tty_jobctrl_ioctl()
H A Dtty_io.c2883 case TIOCGPGRP: in tty_compat_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h21 IOCTL(TIOCGPGRP, IOC_R, MK_PTR(TYPE_INT)) in IOCTL()