Searched refs:SIOCSPGRP (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/asm-generic/ |
H A D | sockios.h | 7 #define SIOCSPGRP 0x8902 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | sockios.h | 21 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | sockios.h | 26 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | sockios.h | 11 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | sockios.h | 12 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
|
/openbmc/linux/net/ |
H A D | socket.c | 1280 case SIOCSPGRP: in sock_ioctl() 3452 case SIOCSPGRP: in compat_sock_ioctl_trans()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 378 IOCTL(SIOCSPGRP, IOC_W, MK_PTR(TYPE_INT)) /* pid_t */ in IOCTL()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 175 +pub const SIOCSPGRP: u32 = 35074;
|