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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4973 struct msqid_ds my_msq_ds; local
4987 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
4992 if ( my_msq_ds.msg_perm.cuid != geteuid( ) ) {
4996 if ( (my_msq_ds.msg_perm.mode & (IPC_R | IPC_W)) == 0 ) {
5010 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5015 if ( my_msq_ds.msg_qnum != 1 ) {
5036 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5041 if ( my_msq_ds.msg_qnum != 0 ) {

Completed in 13 milliseconds