Searched refs:IPC_PRIVATE (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dipc.h50 #define IPC_PRIVATE (key_t)0 /* private key */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dipc.h70 #define IPC_PRIVATE (key_t)0 /* private key */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c83 * is IPC_PRIVATE, a new object with the requested mode bits and
85 * IPC_PRIVATE, the GET will attempt to look up the specified key and
613 ASSERT(ak != IPC_PRIVATE);
614 ASSERT(bk != IPC_PRIVATE);
978 * equal to IPC_PRIVATE, we return 0 and place a pointer to a newly
998 if (key != IPC_PRIVATE) {
1078 if ((key != IPC_PRIVATE) &&
1144 if (perm->ipc_key != IPC_PRIVATE) {
1202 if (perm->ipc_key != IPC_PRIVATE)
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_map.c431 (infop->segid = shmget(0, infop->size, IPC_PRIVATE | 0600)) == -1)
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c97 if ((k = (key_t)strtoul(kp, &tp, 0)) == IPC_PRIVATE || *tp != '\0') {
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c458 if ((key == IPC_PRIVATE) || (key > INT_MAX)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c797 if ((Sem_id[cnt] = semget(IPC_PRIVATE, 1, 0)) < 0)
802 if ((Shm_id[cnt] = shmget(IPC_PRIVATE, size, 0)) < 0)
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c719 if ((shmid = shmget(IPC_PRIVATE, sizeof (struct shm_struct),
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c340 retVal = semget(IPC_PRIVATE, 1, IPC_CREAT);

Completed in 249 milliseconds