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

/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsema_tests.c79 my_err = semctl( my_sem_id, 0, IPC_RMID, my_sem_union );
81 printf( "semctl (IPC_RMID) failed with error %d - \"%s\" \n", errno, strerror( errno) );
93 semctl( my_sem_id, 0, IPC_RMID, my_sem_union );
H A Dshared_memory_tests.c75 my_err = shmctl( my_shm_id, IPC_RMID, NULL );
92 shmctl( my_shm_id, IPC_RMID, NULL);
H A Dtests.c5046 my_err = msgctl( my_msg_queue_id, IPC_RMID, NULL );
5048 printf( "msgctl IPC_RMID failed with errno %d - %s \n", errno, strerror( errno ) );
5061 msgctl( my_msg_queue_id, IPC_RMID, NULL );
/xnu-2782.1.97/bsd/sys/
H A Dipc.h154 #define IPC_RMID 0 /* Remove identifier */ macro
/xnu-2782.1.97/tools/tests/libMicro/
H A Dsemop.c73 (void) semctl(ts->ts_semid, 0, IPC_RMID);
H A Dlibmicro.c779 (void) semctl(b->ba_semid, 0, IPC_RMID);
796 (void) semctl(b->ba_semid, 0, IPC_RMID);
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_klib.c625 case IPC_RMID:
663 case IPC_RMID:
H A Daudit_bsm.c1608 case IPC_RMID:
/xnu-2782.1.97/bsd/kern/
H A Dsysv_shm.c634 case IPC_RMID:
H A Dsysv_msg.c448 case IPC_RMID:
H A Dsysv_sem.c725 case IPC_RMID:

Completed in 53 milliseconds