/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.c | 61 __get_user(host_sd->shm_nattch, &target_sd->shm_nattch); in target_to_host_shmid_ds() 97 __put_user(host_sd->shm_nattch, &target_sd->shm_nattch); in host_to_target_shmid_ds()
|
H A D | syscall_defs.h | 83 int32_t shm_nattch; /* number of current attaches */ member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | shmbuf.h | 28 unsigned long shm_nattch; /* no. of current attaches */ member 41 unsigned long shm_nattch; /* no. of current attaches */ member
|
/openbmc/linux/ipc/ |
H A D | shm.c | 56 unsigned long shm_nattch; member 129 if (shp->shm_nattch) { in do_shm_rmid() 295 shp->shm_nattch++; in __shm_open() 357 return (shp->shm_nattch == 0) && in shm_may_destroy() 386 shp->shm_nattch--; in __shm_close() 778 shp->shm_nattch = 0; in newseg() 872 out.shm_nattch = in->shm_nattch; in copy_shmid_to_user() 1147 tbuf->shm_nattch = shp->shm_nattch; in shmctl_stat() 1328 unsigned short shm_nattch; member 1407 v.shm_nattch = in->shm_nattch; in copy_compat_shmid_to_user() [all …]
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | shmbuf.h | 37 unsigned long shm_nattch; /* no. of current attaches */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | shmbuf.h | 44 unsigned long shm_nattch; /* no. of current attaches */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | shmbuf.h | 36 unsigned long shm_nattch; /* no. of current attaches */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | shmbuf.h | 43 unsigned long shm_nattch; /* no. of current attaches */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | shmbuf.h | 34 unsigned long shm_nattch; /* no. of current attaches */ member
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_structs.h | 43 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | shmbuf.h | 28 __kernel_ulong_t shm_nattch; /* no. of current attaches */ member
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_structs.h | 50 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_structs.h | 53 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_structs.h | 43 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_structs.h | 49 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_structs.h | 58 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_structs.h | 55 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_structs.h | 46 abi_ulong shm_nattch; /* number of current attaches */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | shm.h | 36 unsigned short shm_nattch; /* no. of current attaches */ member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 103 compat_ulong_t shm_nattch; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 141 unsigned int shm_nattch; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 120 compat_ulong_t shm_nattch; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 138 compat_ulong_t shm_nattch; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 162 compat_ulong_t shm_nattch; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4389 __get_user(host_sd->shm_nattch, &target_sd->shm_nattch); in target_to_host_shmid_ds() 4409 __put_user(host_sd->shm_nattch, &target_sd->shm_nattch); in host_to_target_shmid_ds()
|