Home
last modified time | relevance | path

Searched refs:IPC_STAT (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/posix/sys/
H A Dipc.h21 #define IPC_STAT 2 /* get options */ macro
/haiku/src/system/libroot/posix/sys/
H A Dxsi_sem.cpp48 case IPC_STAT: in semctl()
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp117 status = msgctl(msgID, IPC_STAT, &msg_queue); in test_msgctl()
H A Dxsi_sem_test1.cpp299 status = semctl(semID, 0, IPC_STAT, args); in test_semctl()
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp518 case IPC_STAT: { in _user_xsi_msgctl()
H A Dxsi_semaphore.cpp934 case IPC_STAT: { in _user_xsi_semctl()