Searched defs:shmid (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | shmat.c | 27 shmat (int shmid, const void *shmaddr, int shmflg) in shmat()
|
A 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()
|
A D | tst-sysvshm-linux.c | 36 static int shmid; variable
|
Completed in 6 milliseconds