Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsockios.h7 #define SIOCSPGRP 0x8902 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsockios.h21 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsockios.h26 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsockios.h11 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dsockios.h12 #define SIOCSPGRP _IOW('s', 8, pid_t) macro
/openbmc/linux/net/
H A Dsocket.c1280 case SIOCSPGRP: in sock_ioctl()
3452 case SIOCSPGRP: in compat_sock_ioctl_trans()
/openbmc/qemu/linux-user/
H A Dioctls.h378 IOCTL(SIOCSPGRP, IOC_W, MK_PTR(TYPE_INT)) /* pid_t */ in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch175 +pub const SIOCSPGRP: u32 = 35074;