Searched refs:shm_id_3 (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/shmat/ |
D | shmat02.c | 66 int shm_id_3 = -1; variable 92 {&shm_id_3, 0, EACCES} in setup_tc() 176 shm_id_3 = shmget(shmkey2, INT_SIZE, IPC_CREAT | IPC_EXCL); in setup() 177 if (shm_id_3 == -1) in setup() 185 rm_shm(shm_id_3); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl02.c | 67 int shm_id_3 = -1; variable 88 &shm_id_3, IPC_STAT, &buf, EINVAL},
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl02.c | 67 static int shm_id_3 = -1; variable 90 &shm_id_3, IPC_STAT, &buf, EINVAL},
|