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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmsg.h124 * Structure whose address is passed as the third parameter to msgctl()
152 time_t msg_ctime; /* [XSI] time of last msgctl() */
175 time_t msg_ctime; /* [XSI] time of last msgctl() */
202 user_time_t msg_ctime; /* [XSI] time of last msgctl() */
330 int msgctl(int, int, struct msqid_ds *) __DARWIN_ALIAS(msgctl); variable
H A Dsysproto.h1931 int msgctl(struct proc *, struct msgctl_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c90 (sy_call_t *)msgctl, (sy_call_t *)msgget,
342 msgctl(struct proc *p, struct msgctl_args *uap, register_t *retval) function
360 printf("call to msgctl(%d, %d, 0x%qx)\n", msqid, cmd, uap->buf);
H A Dinit_sysent.c391 {AC(msgctl_args), 0, 0, (sy_call_t *)msgctl, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 258 = msgctl */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c5039 * Test msgctl, msgget, msgrcv, msgsnd system calls.
5062 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5064 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
5068 printf( "msgctl IPC_STAT failed to get correct creator uid \n" );
5072 printf( "msgctl IPC_STAT failed to get correct mode \n" );
5085 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5087 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
5091 printf( "msgctl IPC_STAT failed to get correct number of messages on the queue \n" );
5111 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5113 printf( "msgctl faile
[all...]

Completed in 74 milliseconds