Searched refs:SIOCGPGRP (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/asm-generic/ |
H A D | sockios.h | 9 #define SIOCGPGRP 0x8904 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | sockios.h | 22 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | sockios.h | 27 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | sockios.h | 12 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | sockios.h | 13 #define SIOCGPGRP _IOR('s', 9, pid_t) macro
|
/openbmc/linux/net/ |
H A D | socket.c | 1287 case SIOCGPGRP: in sock_ioctl() 3454 case SIOCGPGRP: in compat_sock_ioctl_trans()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 379 IOCTL(SIOCGPGRP, IOC_R, MK_PTR(TYPE_INT)) /* pid_t */ in IOCTL()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 177 +pub const SIOCGPGRP: u32 = 35076;
|