/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.c | 63 __get_user(host_sd->shm_dtime, &target_sd->shm_dtime); in target_to_host_shmid_ds() 99 __put_user(host_sd->shm_dtime, &target_sd->shm_dtime); in host_to_target_shmid_ds()
|
H A D | syscall_defs.h | 85 target_time_t shm_dtime; /* time of last shmdt() */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | shmbuf.h | 32 long shm_dtime; /* last detach time */ member 37 unsigned long shm_dtime; /* last detach time */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | shmbuf.h | 22 long shm_dtime; /* last detach time */ member 28 unsigned long shm_dtime; /* last detach time */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | shmbuf.h | 29 long shm_dtime; /* last detach time */ member 35 unsigned long shm_dtime; /* last detach time */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | shmbuf.h | 21 long shm_dtime; /* last detach time */ member 27 unsigned long shm_dtime; /* last detach time */ member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | shmbuf.h | 24 long shm_dtime; /* last detach time */ member 37 unsigned long shm_dtime; /* last detach time */ member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | shmbuf.h | 31 unsigned long shm_dtime; /* last detach time */ member
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_structs.h | 39 abi_ulong shm_dtime; /* time of last shmdt() */ member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | shmbuf.h | 24 __kernel_long_t shm_dtime; /* last detach time */ member
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_structs.h | 45 int64_t shm_dtime; /* last detach time */ member
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_structs.h | 43 abi_ulong shm_dtime; /* time of last shmdt() */ member
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_structs.h | 39 abi_ulong shm_dtime; /* time of last shmdt() */ member
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_structs.h | 42 abi_ulong shm_dtime; /* time of last shmdt() */ member
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_structs.h | 48 abi_ulong shm_dtime; /* time of last shmdt() */ member
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_structs.h | 44 abi_ulong shm_dtime; /* time of last shmdt() */ member
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_structs.h | 40 abi_long shm_dtime; /* time of last shmdt() */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | shm.h | 32 __kernel_old_time_t shm_dtime; /* last detach time */ member
|
/openbmc/linux/ipc/ |
H A D | shm.c | 868 out.shm_dtime = in->shm_dtime; in copy_shmid_to_user() 1138 tbuf->shm_dtime = shp->shm_dtim; in shmctl_stat() 1324 old_time32_t shm_dtime; member 1402 v.shm_dtime = lower_32_bits(in->shm_dtime); in copy_compat_shmid_to_user() 1403 v.shm_dtime_high = upper_32_bits(in->shm_dtime); in copy_compat_shmid_to_user() 1417 v.shm_dtime = in->shm_dtime; in copy_compat_shmid_to_user()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 96 unsigned int shm_dtime; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 135 unsigned int shm_dtime; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 113 unsigned int shm_dtime; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 134 compat_ulong_t shm_dtime; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 156 compat_ulong_t shm_dtime; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4385 __get_user(host_sd->shm_dtime, &target_sd->shm_dtime); in target_to_host_shmid_ds() 4405 __put_user(host_sd->shm_dtime, &target_sd->shm_dtime); in host_to_target_shmid_ds()
|