Home
last modified time | relevance | path

Searched defs:msqid_ds_old (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Dmsg.h65 struct msqid_ds_old { struct
70 msgqnum_t msg_qnum; /* number of msgs in the queue */
72 pid_t msg_lspid; /* pid of last msgsnd() */
73 pid_t msg_lrpid; /* pid of last msgrcv() */
74 time_t msg_stime; /* time of last msgsnd() */
75 long msg_pad1;
76 time_t msg_rtime; /* time of last msgrcv() */
77 long msg_pad2;
78 time_t msg_ctime; /* time of last msgctl() */
79 long msg_pad3;
[all …]