Searched refs:ipc_buf (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 93 struct seminfo ipc_buf; in setup() local 127 arr.__buf = &ipc_buf; in setup() 133 s_buf[0].sem_op = ipc_buf.semvmx; in setup()
|
/external/toybox/toys/pending/ |
D | ipcs.c | 150 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()
|
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 77 static struct seminfo ipc_buf; variable 118 {&sem_id_1, 0, IPC_INFO, func_iinfo, SEMUN_CAST & ipc_buf, NULL}, 119 {&sem_id_1, 0, SEM_INFO, func_sinfo, SEMUN_CAST & ipc_buf, NULL}, 532 if (ipc_buf.semusz < 1) in func_sinfo()
|