OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPC_EXCL
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/lib/libc/sys/
t_msgget.c
65
atf_tc_set_md_var(tc, "descr", "Test msgget(2) with
IPC_EXCL
");
74
* O_CREAT and
IPC_EXCL
set. This should fail.
83
if (msgget(MSG_KEY, IPC_CREAT |
IPC_EXCL
| 0600) != -1)
84
atf_tc_fail("msgget(2) failed for
IPC_EXCL
");
90
* when
IPC_EXCL
is not set in the flags.
123
if (msgget(MSG_KEY, IPC_CREAT |
IPC_EXCL
| 0600) == -1)
213
buf[i] = msgget(MSG_KEY + i, IPC_CREAT |
IPC_EXCL
| 0600);
229
buf[i] = msgget(MSG_KEY + i, IPC_CREAT |
IPC_EXCL
| 0600);
267
id = msgget(MSG_KEY, IPC_CREAT |
IPC_EXCL
| (int)mode[i]);
/src/sys/sys/
ipc.h
91
#define
IPC_EXCL
002000 /* fail if key exists */
/src/sys/kern/
sysv_shm.c
628
if ((SCARG(uap, shmflg) & (IPC_CREAT |
IPC_EXCL
)) ==
629
(IPC_CREAT |
IPC_EXCL
))
sysv_msg.c
621
if ((msgflg & IPC_CREAT) && (msgflg &
IPC_EXCL
)) {
sysv_sem.c
739
if ((semflg & IPC_CREAT) && (semflg &
IPC_EXCL
)) {
/src/sys/compat/ultrix/
ultrix_misc.c
676
& (IPC_CREAT|
IPC_EXCL
|IPC_NOWAIT);
Completed in 16 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025