Searched refs:msg_lookup (Results 1 – 1 of 1) sorted by relevance
58 struct msg *msg_lookup(struct que *, int);330 while ((msg = msg_lookup(que, msgtyp)) == NULL) { in sys_msgrcv()510 msg_lookup(struct que *que, int msgtyp) in msg_lookup() function