Searched refs:svr4_msg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_ipc.h62 struct svr4_msg { struct
63 struct svr4_msg *msg_next;
71 struct svr4_msg *msg_first;
72 struct svr4_msg *msg_last;
H A Dsvr4_ipc.c352 sds->msg_first = (struct svr4_msg *) bds->msg_first;
353 sds->msg_last = (struct svr4_msg *) bds->msg_last;

Completed in 108 milliseconds