Home
last modified time | relevance | path

Searched refs:SIOCGPGRP (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dsockios.h9 #define SIOCGPGRP 0x8904 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsockios.h22 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsockios.h27 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsockios.h12 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dsockios.h13 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
/openbmc/linux/net/
H A Dsocket.c1287 case SIOCGPGRP: in sock_ioctl()
3454 case SIOCGPGRP: in compat_sock_ioctl_trans()
/openbmc/qemu/linux-user/
H A Dioctls.h379 IOCTL(SIOCGPGRP, IOC_R, MK_PTR(TYPE_INT)) /* pid_t */ in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch177 +pub const SIOCGPGRP: u32 = 35076;