Searched defs:netbsd32_msqid_ds50 (Results 1 – 1 of 1) sorted by relevance
541 struct netbsd32_msqid_ds50 { struct542 struct netbsd32_ipc_perm msg_perm; /* operation permission structure */543 netbsd32_msgqnum_t msg_qnum; /* number of messages in the queue */544 netbsd32_msglen_t msg_qbytes; /* max # of bytes in the queue */545 pid_t msg_lspid; /* process ID of last msgsend() */546 pid_t msg_lrpid; /* process ID of last msgrcv() */547 int32_t msg_stime; /* time of last msgsend() */548 int32_t msg_rtime; /* time of last msgrcv() */549 int32_t msg_ctime; /* time of last change */555 netbsd32_msgp_t _msg_first; /* first message in the queue */[all …]