Home
last modified time | relevance | path

Searched refs:ipc_buf (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c26 static struct seminfo ipc_buf; variable
226 if (ipc_buf.semusz < 1) in func_sinfo()
257 {&sem_id, 0, IPC_INFO, func_iinfo, SEMUN_CAST & ipc_buf, NULL},
258 {&sem_id, 0, SEM_INFO, func_sinfo, SEMUN_CAST & ipc_buf, NULL},
/third_party/toybox/toys/pending/
Dipcs.c150 struct shminfo ipc_buf; in shm_array() local
176 if ((shmctl(0, 3, (struct shmid_ds*)&ipc_buf)) < 0) return; //IPC_INFO in shm_array()
182 (unsigned long) ipc_buf.shmmni, in shm_array()
183 (unsigned long) (ipc_buf.shmmax >> 10), in shm_array()
184 (unsigned long) ipc_buf.shmall, in shm_array()
185 (unsigned long) ipc_buf.shmmin); in shm_array()
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop02.c75 struct seminfo ipc_buf; in setup() local
100 arr.__buf = &ipc_buf; in setup()
104 sem_op_max = ipc_buf.semvmx; in setup()