Searched refs:TIOCGPGRP (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 34 #define TIOCGPGRP 0x540F macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 34 #define TIOCGPGRP 0x540F macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 61 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 23 #define TIOCGPGRP _IOR('T', 30, int) macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 44 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 36 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 48 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 49 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 87 #define TIOCGPGRP _IOR('t', 131, int) macro
|
/openbmc/linux/drivers/tty/ |
H A D | tty_jobctrl.c | 585 case TIOCGPGRP: in tty_jobctrl_ioctl()
|
H A D | tty_io.c | 2883 case TIOCGPGRP: in tty_compat_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 21 IOCTL(TIOCGPGRP, IOC_R, MK_PTR(TYPE_INT)) in IOCTL()
|