Home
last modified time | relevance | path

Searched refs:shmaddr (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dshmdt.c26 shmdt (const void *shmaddr) in shmdt() argument
29 return INLINE_SYSCALL_CALL (shmdt, shmaddr); in shmdt()
31 return INLINE_SYSCALL_CALL (ipc, IPCOP_shmdt, 0, 0, 0, shmaddr); in shmdt()
Dshmat.c27 shmat (int shmid, const void *shmaddr, int shmflg) in shmat() argument
30 return (void*) INLINE_SYSCALL_CALL (shmat, shmid, shmaddr, shmflg); in shmat()
36 &raddr, shmaddr); in shmat()
/glibc-2.36/sysvipc/
Dshmdt.c25 shmdt (const void *shmaddr) in shmdt() argument
Dshmat.c26 shmat (int shmid, const void *shmaddr, int shmflg) in shmat() argument