Home
last modified time | relevance | path

Searched refs:TIOCSPGRP (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/include/nolibc/
H A Dunistd.h56 return ioctl(fd, TIOCSPGRP, &pid); in tcsetpgrp()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h35 #define TIOCSPGRP 0x5410 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h35 #define TIOCSPGRP 0x5410 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h60 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h24 #define TIOCSPGRP _IOW('T', 29, int) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h43 #define TIOCSPGRP _IOW('t', 118, int) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h35 #define TIOCSPGRP _IOW('t', 118, int) macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h47 #define TIOCSPGRP _IOW('t', 118, int) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h48 #define TIOCSPGRP _IOW('t', 118, int) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h86 #define TIOCSPGRP _IOW('t', 130, int) macro
/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c587 case TIOCSPGRP: in tty_jobctrl_ioctl()
H A Dtty_io.c442 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 Dioctls.h22 IOCTL(TIOCSPGRP, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()