Searched refs:TIOCSPGRP (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/include/nolibc/ |
H A D | unistd.h | 56 return ioctl(fd, TIOCSPGRP, &pid); in tcsetpgrp()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 35 #define TIOCSPGRP 0x5410 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 35 #define TIOCSPGRP 0x5410 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 60 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 24 #define TIOCSPGRP _IOW('T', 29, int) macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 43 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 35 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 48 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 86 #define TIOCSPGRP _IOW('t', 130, int) macro
|
/openbmc/linux/drivers/tty/ |
H A D | tty_jobctrl.c | 587 case TIOCSPGRP: in tty_jobctrl_ioctl()
|
H A D | tty_io.c | 442 return cmd == TIOCSPGRP ? -ENOTTY : -EIO; in hung_up_tty_ioctl() 448 return cmd == TIOCSPGRP ? -ENOTTY : -EIO; in hung_up_tty_compat_ioctl() 2884 case TIOCSPGRP: in tty_compat_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 22 IOCTL(TIOCSPGRP, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()
|