Searched defs:shmid (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysvipc/ |
D | shmctl.c | 24 shmctl (int shmid, int cmd, struct shmid_ds *buf) in shmctl()
|
D | shmat.c | 26 shmat (int shmid, const void *shmaddr, int shmflg) in shmat()
|
D | test-sysvshm.c | 36 static int shmid; variable
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | shmat.c | 27 shmat (int shmid, const void *shmaddr, int shmflg) in shmat()
|
D | shmctl.c | 74 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()
|
D | tst-sysvshm-linux.c | 36 static int shmid; variable
|