Searched refs:msgrcv (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmsg.h107 * Possible values for the fifth parameter to msgrcv(), in addition to the
147 pid_t msg_lrpid; /* [XSI] pid of last msgrcv() */
150 time_t msg_rtime; /* [XSI] time of last msgrcv() */
170 pid_t msg_lrpid; /* [XSI] pid of last msgrcv() */
173 time_t msg_rtime; /* [XSI] time of last msgrcv() */
197 pid_t msg_lrpid; /* [XSI] pid of last msgrcv() */
200 user_time_t msg_rtime; /* [XSI] time of last msgrcv() */
241 * the second argument to the functions msgrcv() and msgsnd(). The only
332 ssize_t msgrcv(int, void *, size_t, long, int) __DARWIN_ALIAS_C(msgrcv); variable
[all...]
H A Dsysproto.h1934 int msgrcv(struct proc *, struct msgrcv_args *, user_ssize_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c91 (sy_call_t *)msgsnd, (sy_call_t *)msgrcv
598 * user_msqid_ds's can be locked by msgsnd or msgrcv
1071 msgrcv(struct proc *p, struct msgrcv_args *uap, user_ssize_t *retval) function
1101 printf("call to msgrcv(%d, 0x%qx, %d, %ld, %d)\n", msqid, user_msgp,
1269 printf("msgrcv: goodnight\n");
1274 printf("msgrcv: good morning (eval=%d)\n", eval);
H A Dinit_sysent.c394 {AC(msgrcv_args), 0, 0, (sy_call_t *)msgrcv, munge_wwwsw, munge_ddddd, _SYSCALL_RET_SSIZE_T, 20}, /* 261 = msgrcv */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c5039 * Test msgctl, msgget, msgrcv, msgsnd system calls.
5097 my_result = msgrcv( my_msg_queue_id, &my_msg, sizeof( my_msg.msq_buffer ), 0, 0 );
5099 printf( "msgrcv failed with errno %d - %s \n", errno, strerror( errno ) );
5103 printf( "msgrcv failed to return the correct number of bytes in our buffer \n" );
5107 printf( "msgrcv failed to get the correct message \n" );

Completed in 134 milliseconds