Searched defs:shmid (Results 1 – 1 of 1) sorted by relevance
/ipc/ |
D | shm.c | 590 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, in shmctl_down() 630 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument 806 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) in do_shmat() 948 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
|