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

/xnu-2782.1.97/bsd/sys/
H A Dipc.h156 #define IPC_STAT 2 /* Get options */ macro
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c45 my_err = shmctl( my_shm_id, IPC_STAT, &my_shmid_ds );
H A Dtests.c4986 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
4992 printf( "msgctl IPC_STAT failed to get correct creator uid \n" );
4996 printf( "msgctl IPC_STAT failed to get correct mode \n" );
5009 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5015 printf( "msgctl IPC_STAT failed to get correct number of messages on the queue \n" );
5035 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5041 printf( "msgctl IPC_STAT failed to get correct number of messages on the queue \n" );
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_klib.c631 case IPC_STAT:
675 case IPC_STAT:
H A Daudit_bsm.c1605 case IPC_STAT:
/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c580 case IPC_STAT:
H A Dsysv_msg.c551 case IPC_STAT:
H A Dsysv_sem.c772 case IPC_STAT:

Completed in 50 milliseconds