Searched defs:target_msqid64_ds (Results 1 – 2 of 2) sorted by relevance
82 struct target_msqid64_ds { struct83 struct target_ipc64_perm msg_perm;84 unsigned int msg_stime; /* last msgsnd time */85 unsigned int msg_rtime; /* last msgrcv time */86 unsigned int msg_ctime; /* last change time */88 abi_ulong msg_qnum; /* number of messages in queue */89 abi_ulong msg_qbytes; /* max number of bytes on queue */90 unsigned int msg_lspid; /* pid of last msgsnd */91 unsigned int msg_lrpid; /* last receive pid */92 abi_ulong __unused4;[all …]
99 struct target_msqid64_ds { struct100 struct target_ipc64_perm msg_perm;101 unsigned int msg_stime; /* last msgsnd time */102 unsigned int msg_rtime; /* last msgrcv time */103 unsigned int msg_ctime; /* last change time */105 abi_ulong msg_qnum; /* number of messages in queue */106 abi_ulong msg_qbytes; /* max number of bytes on queue */107 unsigned int msg_lspid; /* pid of last msgsnd */108 unsigned int msg_lrpid; /* last receive pid */109 abi_ulong __unused4;[all …]