Searched refs:IPC_CREAT (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia_dapi.c | 1035 u32SemaphoreID = semget(*pu32SemKey, 0, IPC_CREAT | PERMS); // why 0 here??? in set_rpool_sem() 1039 u32SemaphoreID = semget(*pu32SemKey, SEM_NUM, IPC_CREAT | PERMS); in set_rpool_sem() 1048 u32SemaphoreID = semget(*pu32SemKey, SEM_NUM, IPC_CREAT | PERMS); in set_rpool_sem()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | ipc.h | 26 #define IPC_CREAT 01000 /* Create key if key does not exist. */ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | ipc.h | 24 #define IPC_CREAT 00001000 /* create if key is nonexistent */ macro
|
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | apiHSL_SHM.c | 121 syncMem->id = shmget(HSL_SHMEM_KEY, sizeof(cHslSyncData), IPC_CREAT| IPC_EXCL | 0777); in InitShareMemory()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 3476 if (-1 == (_shm_id = shmget(key, u32ShmSize, IPC_CREAT| IPC_EXCL | 0777))) in MsOS_SHM_Init() 3478 if (-1 == (_shm_id = shmget(key, u32ShmSize, IPC_CREAT))) in MsOS_SHM_Init()
|