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

/darwin-on-arm/xnu/bsd/sys/
H A Dmsg.h121 * Structure whose address is passed as the third parameter to msgctl()
149 time_t msg_ctime; /* [XSI] time of last msgctl() */
172 time_t msg_ctime; /* [XSI] time of last msgctl() */
208 user_time_t msg_ctime; /* [XSI] time of last msgctl() */
230 user64_time_t msg_ctime; /* [XSI] time of last msgctl() */
249 user32_time_t msg_ctime; /* [XSI] time of last msgctl() */
377 int msgctl(int, int, struct msqid_ds *) __DARWIN_ALIAS(msgctl); variable
/darwin-on-arm/xnu/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
388 msgctl(struct proc *p, struct msgctl_args *uap, int32_t *retval) function
405 printf("call to msgctl(%d, %d, 0x%qx)\n", msqid, cmd, uap->buf);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4964 * Test msgctl, msgget, msgrcv, msgsnd system calls.
4987 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
4989 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
4993 printf( "msgctl IPC_STAT failed to get correct creator uid \n" );
4997 printf( "msgctl IPC_STAT failed to get correct mode \n" );
5010 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5012 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
5016 printf( "msgctl IPC_STAT failed to get correct number of messages on the queue \n" );
5036 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5038 printf( "msgctl faile
[all...]

Completed in 40 milliseconds