Lines Matching defs:msqid_ds_old
65 struct msqid_ds_old { struct
66 struct ipc_perm_old msg_perm; /* msg queue permission bits */
67 struct msg *__msg_first; /* first message in the queue */
68 struct msg *__msg_last; /* last message in the queue */
69 msglen_t msg_cbytes; /* number of bytes in use on the queue */
70 msgqnum_t msg_qnum; /* number of msgs in the queue */
71 msglen_t msg_qbytes; /* max # of bytes on the queue */
72 pid_t msg_lspid; /* pid of last msgsnd() */
73 pid_t msg_lrpid; /* pid of last msgrcv() */
74 time_t msg_stime; /* time of last msgsnd() */
75 long msg_pad1;
76 time_t msg_rtime; /* time of last msgrcv() */
77 long msg_pad2;
78 time_t msg_ctime; /* time of last msgctl() */
79 long msg_pad3;
80 long msg_pad4[4];