Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h60 #define TIOCGSID 0x5429 /* Return the session ID of FD */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h60 #define TIOCGSID 0x5429 /* Return the session ID of FD */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h80 #define TIOCGSID 0x7416 /* Return the session ID of FD */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h49 #define TIOCGSID _IOR('T', 20, int) /* Return the session ID of FD */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h93 #define TIOCGSID 0x5429 /* Return the session ID of FD */ macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h82 #define TIOCGSID _IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session ID of FD */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h94 #define TIOCGSID _IOR('T', 41, pid_t) /* Return the session ID of FD*/ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h98 #define TIOCGSID 0x5429 /* Return the session ID of FD */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h89 #define TIOCGSID _IOR('t', 133, int) macro
/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c589 case TIOCGSID: in tty_jobctrl_ioctl()
H A Dtty_io.c2885 case TIOCGSID: in tty_compat_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h23 IOCTL(TIOCGSID, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()