Searched defs:msqid64_ds (Results 1 – 3 of 3) sorted by relevance
16 struct msqid64_ds { struct30 struct msqid64_ds { argument47 struct msqid64_ds { struct48 struct ipc64_perm msg_perm;49 unsigned long msg_stime; /* last msgsnd time */50 unsigned long msg_stime_high;51 unsigned long msg_rtime; /* last msgrcv time */52 unsigned long msg_rtime_high;53 unsigned long msg_ctime; /* last change time */54 unsigned long msg_ctime_high;[all …]
24 struct msqid64_ds { struct25 struct ipc64_perm msg_perm;27 __kernel_time_t msg_stime; /* last msgsnd time */28 __kernel_time_t msg_rtime; /* last msgrcv time */29 __kernel_time_t msg_ctime; /* last change time */31 unsigned long msg_stime; /* last msgsnd time */32 unsigned long msg_stime_high;33 unsigned long msg_rtime; /* last msgrcv time */34 unsigned long msg_rtime_high;35 unsigned long msg_ctime; /* last change time */[all …]
16 struct msqid64_ds { struct17 struct ipc64_perm msg_perm;18 __kernel_time_t msg_stime; /* last msgsnd time */19 __kernel_time_t msg_rtime; /* last msgrcv time */20 __kernel_time_t msg_ctime; /* last change time */21 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */22 __kernel_ulong_t msg_qnum; /* number of messages in queue */23 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */24 __kernel_pid_t msg_lspid; /* pid of last msgsnd */25 __kernel_pid_t msg_lrpid; /* last receive pid */[all …]