/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | msgbuf.h | 21 long msg_ctime; /* last change time */ member 38 unsigned long msg_ctime; /* last change time */ member 54 unsigned long msg_ctime; /* last change time */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | msgbuf.h | 18 long msg_ctime; /* last change time */ member 25 unsigned long msg_ctime; /* last change time */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | msgbuf.h | 22 long msg_ctime; /* last change time */ member 29 unsigned long msg_ctime; /* last change time */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | msgbuf.h | 31 long msg_ctime; /* last change time */ member 37 unsigned long msg_ctime; /* last change time */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | msgbuf.h | 20 long msg_ctime; /* last change time */ member 27 unsigned long msg_ctime; /* last change time */ member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | msgbuf.h | 30 unsigned long msg_ctime; /* last change time */ member 36 unsigned long msg_ctime; /* last change time */ member
|
/openbmc/linux/ipc/ |
H A D | msg.c | 336 out.msg_ctime = in->msg_ctime; in copy_msqid_to_user() 565 p->msg_ctime = msq->q_ctime; in msgctl_stat() 667 old_time32_t msg_ctime; member 708 v.msg_ctime = lower_32_bits(in->msg_ctime); in copy_compat_msqid_to_user() 709 v.msg_ctime_high = upper_32_bits(in->msg_ctime); in copy_compat_msqid_to_user() 722 v.msg_ctime = in->msg_ctime; in copy_compat_msqid_to_user()
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | msgbuf.h | 23 __kernel_long_t msg_ctime; /* last change time */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | msg.h | 24 __kernel_old_time_t msg_ctime; /* last change time */ member
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_syscall.h | 86 unsigned int msg_ctime; /* last change time */ member
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_syscall.h | 103 unsigned int msg_ctime; /* last change time */ member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 81 unsigned int msg_ctime; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 120 unsigned int msg_ctime; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 98 unsigned int msg_ctime; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 117 compat_ulong_t msg_ctime; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 140 compat_ulong_t msg_ctime; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4146 abi_ulong msg_ctime; member 4170 host_md->msg_ctime = tswapal(target_md->msg_ctime); in target_to_host_msqid_ds() 4191 target_md->msg_ctime = tswapal(host_md->msg_ctime); in host_to_target_msqid_ds()
|