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

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h363 int msgget(key_t, int);
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c90 (sy_call_t *)msgctl, (sy_call_t *)msgget,
329 * Entry point for all MSG calls: msgctl, msgget, msgsnd, msgrcv
344 * functions (msgctl, msgget, msgsnd, msgrcv). The correct
588 msgget(__unused struct proc *p, struct msgget_args *uap, int32_t *retval) function
604 printf("msgget(0x%x, 0%o)\n", key, msgflg);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4984 * Test msgctl, msgget, msgrcv, msgsnd system calls.
5000 my_msg_queue_id = msgget( IPC_PRIVATE, (IPC_CREAT | IPC_EXCL | IPC_R | IPC_W) );
5002 printf( "msgget failed with errno %d - %s \n", errno, strerror( errno ) );

Completed in 23 milliseconds