/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.c | 64 __get_user(host_sd->shm_ctime, &target_sd->shm_ctime); in target_to_host_shmid_ds() 100 __put_user(host_sd->shm_ctime, &target_sd->shm_ctime); in host_to_target_shmid_ds()
|
H A D | syscall_defs.h | 86 target_time_t shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | shmbuf.h | 33 long shm_ctime; /* last change time */ member 39 unsigned long shm_ctime; /* last change time */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | shmbuf.h | 23 long shm_ctime; /* last change time */ member 30 unsigned long shm_ctime; /* last change time */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | shmbuf.h | 30 long shm_ctime; /* last change time */ member 37 unsigned long shm_ctime; /* last change time */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | shmbuf.h | 22 long shm_ctime; /* last change time */ member 29 unsigned long shm_ctime; /* last change time */ member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | shmbuf.h | 25 long shm_ctime; /* last change time */ member 38 unsigned long shm_ctime; /* last change time */ member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | shmbuf.h | 33 unsigned long shm_ctime; /* last change time */ member
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_structs.h | 40 abi_ulong shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | shmbuf.h | 25 __kernel_long_t shm_ctime; /* last change time */ member
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_structs.h | 46 int64_t shm_ctime; /* last change time */ member
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_structs.h | 47 abi_ulong shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_structs.h | 40 abi_ulong shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_structs.h | 44 abi_ulong shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_structs.h | 52 abi_ulong shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_structs.h | 48 abi_ulong shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_structs.h | 42 abi_long shm_ctime; /* time of last change by shmctl() */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | shm.h | 33 __kernel_old_time_t shm_ctime; /* last change time */ member
|
/openbmc/linux/ipc/ |
H A D | shm.c | 869 out.shm_ctime = in->shm_ctime; in copy_shmid_to_user() 1139 tbuf->shm_ctime = shp->shm_ctim; in shmctl_stat() 1325 old_time32_t shm_ctime; member 1404 v.shm_ctime = lower_32_bits(in->shm_ctime); in copy_compat_shmid_to_user() 1405 v.shm_ctime_high = upper_32_bits(in->shm_ctime); in copy_compat_shmid_to_user() 1418 v.shm_ctime = in->shm_ctime; in copy_compat_shmid_to_user()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 98 unsigned int shm_ctime; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 137 unsigned int shm_ctime; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 115 unsigned int shm_ctime; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 135 compat_ulong_t shm_ctime; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 158 compat_ulong_t shm_ctime; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4386 __get_user(host_sd->shm_ctime, &target_sd->shm_ctime); in target_to_host_shmid_ds() 4406 __put_user(host_sd->shm_ctime, &target_sd->shm_ctime); in host_to_target_shmid_ds()
|