Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:shmid

1805 SizeT get_shm_size ( Int shmid )
1812 SysRes __res = VG_(do_syscall3)(__NR_shmctl, shmid,
1815 SysRes __res = VG_(do_syscall3)(__NR_shmctl, shmid,
1820 SysRes __res = VG_(do_syscall3)(__NR_shmctl, shmid, VKI_IPC_STAT, (UWord)&buf);
1824 SysRes __res = VG_(do_syscall5)(__NR_ipc, 24 /* IPCOP_shmctl */, shmid,
1837 /* void *shmat(int shmid, const void *shmaddr, int shmflg); */
1940 /* int shmctl(int shmid, int cmd, struct shmid_ds *buf); */