/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.c | 59 __get_user(host_sd->shm_lpid, &target_sd->shm_lpid); in target_to_host_shmid_ds() 95 __put_user(host_sd->shm_lpid, &target_sd->shm_lpid); in host_to_target_shmid_ds()
|
H A D | syscall_defs.h | 81 int32_t shm_lpid; /* process ID of last shared memory op */ member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | shmbuf.h | 27 __kernel_pid_t shm_lpid; /* pid of last operator */ member 40 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | shmbuf.h | 36 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | shmbuf.h | 43 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | shmbuf.h | 35 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | shmbuf.h | 42 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | shmbuf.h | 33 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_structs.h | 42 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | shmbuf.h | 27 __kernel_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_structs.h | 49 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_structs.h | 52 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_structs.h | 42 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_structs.h | 48 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_structs.h | 57 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_structs.h | 54 abi_int shm_lpid; /* pid of last shmop */ member
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_structs.h | 45 abi_uint shm_lpid; /* pid of last shmop */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | shm.h | 35 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */ member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 102 compat_pid_t shm_lpid; member
|
/openbmc/linux/ipc/ |
H A D | shm.c | 871 out.shm_lpid = in->shm_lpid; in copy_shmid_to_user() 1146 tbuf->shm_lpid = pid_vnr(shp->shm_lprid); in shmctl_stat() 1327 compat_ipc_pid_t shm_lpid; member 1409 v.shm_lpid = in->shm_lpid; in copy_compat_shmid_to_user() 1422 v.shm_lpid = in->shm_lpid; in copy_compat_shmid_to_user()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 140 compat_pid_t shm_lpid; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 119 compat_pid_t shm_lpid; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 137 compat_pid_t shm_lpid; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 161 compat_pid_t shm_lpid; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4388 __get_user(host_sd->shm_lpid, &target_sd->shm_lpid); in target_to_host_shmid_ds() 4408 __put_user(host_sd->shm_lpid, &target_sd->shm_lpid); in host_to_target_shmid_ds()
|