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

/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/ntp-92/libntp/
H A Dadjtime.c237 if (msgsnd(mqid, &msgp->msgp, MSGSIZE, 0) == -1)
/macosx-10.10/gnuserv-7/gnuserv/
H A Dgnuslib.c170 if(msgsnd(s,msgp,strlen(msgp->mtext)+1,0) < 0) {
H A Dgnuserv.c274 if (msgsnd (ipc_qid,msgp,strlen(msgp->mtext)+1,0) < 0)
/macosx-10.10/xnu-2782.1.97/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");
/macosx-10.10/vim-55/runtime/syntax/
H A Dsicad.vim285 syn keyword sicadStatement ms msav msgout msgsnd msp
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c4964 * Test msgctl, msgget, msgrcv, msgsnd system calls.
5003 my_err = msgsnd( my_msg_queue_id, &my_msg, sizeof( my_msg.msq_buffer ), 0 );
5005 printf( "msgsnd failed with errno %d - %s \n", errno, strerror( errno ) );

Completed in 188 milliseconds