Searched defs:msqid64_ds (Results 1 – 7 of 7) sorted by relevance
17 struct msqid64_ds { struct31 struct msqid64_ds { argument48 struct msqid64_ds { argument49 struct ipc64_perm msg_perm;50 unsigned long msg_stime; /* last msgsnd time */51 unsigned long msg_stime_high;52 unsigned long msg_rtime; /* last msgrcv time */53 unsigned long msg_rtime_high;54 unsigned long msg_ctime; /* last change time */55 unsigned long msg_ctime_high;[all …]
22 struct msqid64_ds { struct23 struct ipc64_perm msg_perm;25 unsigned long msg_stime_high;26 unsigned long msg_stime; /* last msgsnd time */27 unsigned long msg_rtime_high;28 unsigned long msg_rtime; /* last msgrcv time */29 unsigned long msg_ctime_high;30 unsigned long msg_ctime; /* last change time */32 unsigned long msg_stime; /* last msgsnd time */33 unsigned long msg_stime_high;[all …]
13 struct msqid64_ds { struct14 struct ipc64_perm msg_perm;16 long msg_stime; /* last msgsnd time */17 long msg_rtime; /* last msgrcv time */18 long msg_ctime; /* last change time */20 unsigned long msg_stime_high;21 unsigned long msg_stime; /* last msgsnd time */22 unsigned long msg_rtime_high;23 unsigned long msg_rtime; /* last msgrcv time */24 unsigned long msg_ctime_high;[all …]
26 struct msqid64_ds { struct27 struct ipc64_perm msg_perm;29 long msg_stime; /* last msgsnd time */30 long msg_rtime; /* last msgrcv time */31 long msg_ctime; /* last change time */33 unsigned long msg_stime; /* last msgsnd time */34 unsigned long msg_stime_high;35 unsigned long msg_rtime; /* last msgrcv time */36 unsigned long msg_rtime_high;37 unsigned long msg_ctime; /* last change time */[all …]
15 struct msqid64_ds { struct16 struct ipc64_perm msg_perm;18 long msg_stime; /* last msgsnd time */19 long msg_rtime; /* last msgrcv time */20 long msg_ctime; /* last change time */22 unsigned long msg_stime_high;23 unsigned long msg_stime; /* last msgsnd time */24 unsigned long msg_rtime_high;25 unsigned long msg_rtime; /* last msgrcv time */26 unsigned long msg_ctime_high;[all …]
17 struct msqid64_ds { struct18 struct ipc64_perm msg_perm;20 long msg_stime; /* last msgsnd time */21 long msg_rtime; /* last msgrcv time */22 long msg_ctime; /* last change time */24 unsigned long msg_stime_high;25 unsigned long msg_stime; /* last msgsnd time */26 unsigned long msg_rtime_high;27 unsigned long msg_rtime; /* last msgrcv time */28 unsigned long msg_ctime_high;[all …]
19 struct msqid64_ds { struct20 struct ipc64_perm msg_perm;21 __kernel_long_t msg_stime; /* last msgsnd time */22 __kernel_long_t msg_rtime; /* last msgrcv time */23 __kernel_long_t msg_ctime; /* last change time */24 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */25 __kernel_ulong_t msg_qnum; /* number of messages in queue */26 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */27 __kernel_pid_t msg_lspid; /* pid of last msgsnd */28 __kernel_pid_t msg_lrpid; /* last receive pid */[all …]