Home
last modified time | relevance | path

Searched refs:msg_stime (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmsgbuf.h19 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 Dmsgbuf.h16 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 Dmsgbuf.h20 long msg_stime; /* last msgsnd time */ member
25 unsigned long msg_stime; /* last msgsnd time */ member
/openbmc/linux/include/uapi/asm-generic/
H A Dmsgbuf.h29 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 Dmsgbuf.h18 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 Dmsgbuf.h26 unsigned long msg_stime; /* last msgsnd time */ member
32 unsigned long msg_stime; /* last msgsnd time */ member
/openbmc/linux/ipc/
H A Dmsg.c334 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 Dmsgbuf.h21 __kernel_long_t msg_stime; /* last msgsnd time */ member
/openbmc/linux/include/uapi/linux/
H A Dmsg.h22 __kernel_old_time_t msg_stime; /* last msgsnd time */ member
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h84 unsigned int msg_stime; /* last msgsnd time */ member
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h101 unsigned int msg_stime; /* last msgsnd time */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h77 unsigned int msg_stime; member
/openbmc/linux/arch/sparc/include/asm/
H A Dcompat.h116 unsigned int msg_stime; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h94 unsigned int msg_stime; member
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h103 compat_ulong_t msg_stime; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h136 compat_ulong_t msg_stime; member
/openbmc/qemu/linux-user/
H A Dsyscall.c4138 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()