Searched refs:msgsnd (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h128 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
130 time_t msg_stime; /* [XSI] time of last msgsnd() */
151 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
153 time_t msg_stime; /* [XSI] time of last msgsnd() */
187 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
189 user_time_t msg_stime; /* [XSI] time of last msgsnd() */
209 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
211 user64_time_t msg_stime; /* [XSI] time of last msgsnd() */
228 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
230 user32_time_t msg_stime; /* [XSI] time of last msgsnd() */
365 int msgsnd(int, const void *, size_t, int) __DARWIN_ALIAS_C(msgsnd); variable
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c91 (sy_call_t *)msgsnd, (sy_call_t *)msgrcv
329 * Entry point for all MSG calls: msgctl, msgget, msgsnd, msgrcv
344 * functions (msgctl, msgget, msgsnd, msgrcv). The correct
648 * user_msqid_ds's can be locked by msgsnd or msgrcv
708 msgsnd(struct proc *p, struct msgsnd_args *uap, int32_t *retval) function
736 printf("call to msgsnd(%d, 0x%qx, %ld, %d)\n", msqid, user_msgp, msgsz,
887 printf("msgsnd: interrupted system call\n");
1331 printf("msgsnd: interrupted system call\n");
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4984 * Test msgctl, msgget, msgrcv, msgsnd system calls.
5024 my_err = msgsnd( my_msg_queue_id, &my_msg, sizeof( my_msg.msq_buffer ), 0 );
5026 printf( "msgsnd failed with errno %d - %s \n", errno, strerror( errno ) );

Completed in 81 milliseconds