Searched defs:msqid_ds (Results 1 – 2 of 2) sorted by relevance
71 struct msqid_ds { struct72 struct ipc_perm msg_perm; /* operation permission struct */73 struct msg *msg_first; /* ptr to first message on q */74 struct msg *msg_last; /* ptr to last message on q */75 msglen_t msg_cbytes; /* current # bytes on q */76 msgqnum_t msg_qnum; /* # of messages on q */77 msglen_t msg_qbytes; /* max # of bytes on q */78 pid_t msg_lspid; /* pid of last msgsnd */79 pid_t msg_lrpid; /* pid of last msgrcv */81 time_t msg_stime; /* last msgsnd time */[all …]
52 struct msqid_ds { struct53 struct ipc_perm msg_perm; /* operation permission struct */54 struct msg *msg_first; /* ptr to first message on q */55 struct msg *msg_last; /* ptr to last message on q */56 ushort msg_cbytes; /* current # bytes on q */57 ushort msg_qnum; /* # of messages on q */58 ushort msg_qbytes; /* max # of bytes on q */59 ushort msg_lspid; /* pid of last msgsnd */60 ushort msg_lrpid; /* pid of last msgrcv */61 time_t msg_stime; /* last msgsnd time */[all …]