/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | msgbuf.h | 19 long msg_stime; /* last msgsnd time */ member 34 unsigned long msg_stime; /* last msgsnd time */ member 50 unsigned long msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | msgbuf.h | 16 long msg_stime; /* last msgsnd time */ member 21 unsigned long msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | msgbuf.h | 20 long msg_stime; /* last msgsnd time */ member 25 unsigned long msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | msgbuf.h | 29 long msg_stime; /* last msgsnd time */ member 33 unsigned long msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | msgbuf.h | 18 long msg_stime; /* last msgsnd time */ member 23 unsigned long msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | msgbuf.h | 26 unsigned long msg_stime; /* last msgsnd time */ member 32 unsigned long msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/ipc/ |
H A D | msg.c | 334 out.msg_stime = in->msg_stime; in copy_msqid_to_user() 563 p->msg_stime = msq->q_stime; in msgctl_stat() 665 old_time32_t msg_stime; member 704 v.msg_stime = lower_32_bits(in->msg_stime); in copy_compat_msqid_to_user() 705 v.msg_stime_high = upper_32_bits(in->msg_stime); in copy_compat_msqid_to_user() 720 v.msg_stime = in->msg_stime; in copy_compat_msqid_to_user()
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | msgbuf.h | 21 __kernel_long_t msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | msg.h | 22 __kernel_old_time_t msg_stime; /* last msgsnd time */ member
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_syscall.h | 84 unsigned int msg_stime; /* last msgsnd time */ member
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_syscall.h | 101 unsigned int msg_stime; /* last msgsnd time */ member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 77 unsigned int msg_stime; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 116 unsigned int msg_stime; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 94 unsigned int msg_stime; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 103 compat_ulong_t msg_stime; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 136 compat_ulong_t msg_stime; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4138 abi_ulong msg_stime; member 4168 host_md->msg_stime = tswapal(target_md->msg_stime); in target_to_host_msqid_ds() 4189 target_md->msg_stime = tswapal(host_md->msg_stime); in host_to_target_msqid_ds()
|