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

/darwin-on-arm/xnu/bsd/sys/
H A Dmsg.h143 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
145 time_t msg_stime; /* [XSI] time of last msgsnd() */
166 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
168 time_t msg_stime; /* [XSI] time of last msgsnd() */
202 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
204 user_time_t msg_stime; /* [XSI] time of last msgsnd() */
224 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
226 user64_time_t msg_stime; /* [XSI] time of last msgsnd() */
243 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
245 user32_time_t msg_stime; /* [XSI] time of last msgsnd() */
380 int msgsnd(int, const void *, size_t, int) __DARWIN_ALIAS_C(msgsnd); variable
[all...]
/darwin-on-arm/xnu/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");
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4964 * Test msgctl, msgget, msgrcv, msgsnd system calls.
5004 my_err = msgsnd( my_msg_queue_id, &my_msg, sizeof( my_msg.msq_buffer ), 0 );
5006 printf( "msgsnd failed with errno %d - %s \n", errno, strerror( errno ) );

Completed in 34 milliseconds