Searched refs:shmaddr (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | shmdt.c | 26 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()
|
A D | shmat.c | 27 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()
|
Completed in 4 milliseconds