HomeSort by: relevance | last modified time | path
    Searched refs:IPC_CREAT (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ipc.d 46 IPC_CREAT
74 enum IPC_CREAT = 0x0200; // 01000
97 enum IPC_CREAT = 0x0200; // 01000
131 enum IPC_CREAT = 0x0200; // 01000
154 enum IPC_CREAT = 0x0100; // 01000
177 enum IPC_CREAT = 0x0200; // 01000
200 enum IPC_CREAT = 0x0200; // 01000
240 enum IPC_CREAT = 0x200;
  /src/tests/lib/libc/sys/
t_msgget.c 76 id = msgget(MSG_KEY, IPC_CREAT | 0600);
83 if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) != -1)
92 id = msgget(MSG_KEY, IPC_CREAT | 0600);
123 if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) == -1)
165 id = msgget(MSG_KEY, IPC_CREAT | 0600);
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]);
298 id = msgget(MSG_KEY, IPC_CREAT | 0600);
t_msgsnd.c 85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
137 id = msgget(MSG_KEY, IPC_CREAT | 0600);
181 id = msgget(MSG_KEY, IPC_CREAT | 0600);
226 id = msgget(MSG_KEY, IPC_CREAT | 0600);
275 id = msgget(MSG_KEY, IPC_CREAT | 0600);
346 id = msgget(MSG_KEY, IPC_CREAT | 0600);
t_msgrcv.c 85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
115 id = msgget(MSG_KEY, IPC_CREAT | 0600);
161 id = msgget(MSG_KEY, IPC_CREAT | 0600);
214 id = msgget(MSG_KEY, IPC_CREAT | 0600);
253 id = msgget(MSG_KEY, IPC_CREAT | 0600);
314 id = msgget(MSG_KEY, IPC_CREAT | 0600);
349 id = msgget(MSG_KEY, IPC_CREAT | 0600);
t_msgctl.c 85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
125 id = msgget(MSG_KEY, IPC_CREAT | 0600);
199 id = msgget(MSG_KEY, IPC_CREAT | 0600);
265 id = msgget(MSG_KEY, IPC_CREAT | 0600);
312 id = msgget(MSG_KEY, IPC_CREAT | 0600);
367 id = msgget(MSG_KEY, IPC_CREAT | 0600);
t_mincore.c 292 id = shmget(IPC_PRIVATE, page, IPC_CREAT | S_IRUSR | S_IWUSR);
318 IPC_CREAT | S_IRUSR | S_IWUSR);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-shmem-zero-id.c 37 int sid = shmget (IPC_PRIVATE, 0x1000, IPC_CREAT | IPC_EXCL | 0777);
corefile3.c 81 int sid = shmget (IPC_PRIVATE, MAPSIZE, IPC_CREAT | IPC_EXCL | 0777);
info-os.c 58 const int flags = IPC_CREAT | 0666;
  /src/sys/sys/
ipc.h 90 #define IPC_CREAT 001000 /* create entry if key does not exist */
  /src/tests/kernel/
t_semtimedop.c 64 semid = semget(key, 1, IPC_CREAT | 0600);
117 semid = semget(key, 1, IPC_CREAT | 0600);
178 semid = semget(key, 1, IPC_CREAT | 0600);
248 int semid = semget(key, 1, IPC_CREAT | 0600);
t_sysv.c 206 sender_msqid = msgget(msgkey, IPC_CREAT | 0640);
427 sender_semid = semget(semkey, 1, IPC_CREAT | 0640);
634 IPC_CREAT | 0640)) != -1,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-os.c 58 const int flags = IPC_CREAT | 0666;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
sparc64-adi.c 70 int shmid = shmget (IPC_PRIVATE, SHMSIZE, IPC_CREAT | 0666);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
sparc64-adi.c 70 int shmid = shmget (IPC_PRIVATE, SHMSIZE, IPC_CREAT | 0666);
  /src/external/bsd/ntp/dist/util/
sht.c 55 int shmid=shmget (0x4e545030+unit, sizeof (struct shmTime), IPC_CREAT|0777);
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_sem.c 138 sem->id = semget(sem->key, 1, IPC_CREAT | 0660);
hw_shm.c 133 shm->id = shmget(shm->key, shm->sizeof_memory, IPC_CREAT | 0660);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_sem.c 138 sem->id = semget(sem->key, 1, IPC_CREAT | 0660);
hw_shm.c 133 shm->id = shmget(shm->key, shm->sizeof_memory, IPC_CREAT | 0660);
  /src/external/bsd/unbound/dist/util/shm_side/
shm_main.c 124 daemon->shm_info->id_ctl = shmget(daemon->shm_info->key, sizeof(struct ub_shm_stat_info), IPC_CREAT | 0644);
138 daemon->shm_info->id_arr = shmget(daemon->shm_info->key + 1, shm_size, IPC_CREAT | 0644);
  /src/external/bsd/ntp/dist/adjtimed/
adjtimed.c 184 if (msgget(KEY, IPC_CREAT|IPC_EXCL) == -1) {
  /src/sys/kern/
sysv_shm.c 628 if ((SCARG(uap, shmflg) & (IPC_CREAT | IPC_EXCL)) ==
629 (IPC_CREAT | IPC_EXCL))
676 if ((SCARG(uap, shmflg) & IPC_CREAT) == 0) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/seeding/
rand_unix.c 483 IPC_CREAT | S_IRUSR | S_IRGRP | S_IROTH);
  /src/external/bsd/ntp/dist/ntpd/
refclock_shm.c 145 IPC_CREAT | (forall ? 0666 : 0600));

Completed in 36 milliseconds

1 2