Searched defs:msqid_ds (Results 1 – 5 of 5) sorted by relevance
25 struct msqid_ds struct27 struct ipc_perm msg_perm; /* structure describing operation permission */29 __time_t msg_stime; /* time of last msgsnd command */30 unsigned long int __msg_stime_high;31 __time_t msg_rtime; /* time of last msgsnd command */32 unsigned long int __msg_rtime_high;33 __time_t msg_ctime; /* time of last change */34 unsigned long int __msg_ctime_high;36 __time_t msg_stime; /* time of last msgsnd command */37 __time_t msg_rtime; /* time of last msgsnd command */[all …]
18 struct msqid_ds { struct19 struct ipc_perm msg_perm;20 struct msg *msg_first; /* first message on queue,unused */21 struct msg *msg_last; /* last message in queue,unused */22 __kernel_old_time_t msg_stime; /* last msgsnd time */23 __kernel_old_time_t msg_rtime; /* last msgrcv time */24 __kernel_old_time_t msg_ctime; /* last change time */25 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */26 unsigned long msg_lqbytes; /* ditto */27 unsigned short msg_cbytes; /* current number of bytes on queue */[all …]
18 struct msqid_ds { struct19 struct ipc_perm msg_perm;20 struct msg *msg_first; /* first message on queue,unused */21 struct msg *msg_last; /* last message in queue,unused */22 __kernel_time_t msg_stime; /* last msgsnd time */23 __kernel_time_t msg_rtime; /* last msgrcv time */24 __kernel_time_t msg_ctime; /* last change time */25 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */26 unsigned long msg_lqbytes; /* ditto */27 unsigned short msg_cbytes; /* current number of bytes on queue */[all …]