Home
last modified time | relevance | path

Searched defs:shmid (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysvipc/
Dshmctl.c24 shmctl (int shmid, int cmd, struct shmid_ds *buf) in shmctl()
Dshmat.c26 shmat (int shmid, const void *shmaddr, int shmflg) in shmat()
Dtest-sysvshm.c36 static int shmid; variable
/glibc-2.36/sysdeps/unix/sysv/linux/
Dshmat.c27 shmat (int shmid, const void *shmaddr, int shmflg) in shmat()
Dshmctl.c74 shmctl_syscall (int shmid, int cmd, shmctl_arg_t *buf) in shmctl_syscall()
86 __shmctl64 (int shmid, int cmd, struct __shmid64_ds *buf) in __shmctl64()
195 __shmctl (int shmid, int cmd, struct shmid_ds *buf) in __shmctl()
241 __shmctl_mode16 (int shmid, int cmd, struct shmid_ds *buf) in __shmctl_mode16()
266 __old_shmctl (int shmid, int cmd, struct __old_shmid_ds *buf) in __old_shmctl()
Dtst-sysvshm-linux.c36 static int shmid; variable