taglinefilesource code
shmid_ds171arch/i386/kernel/sys_i386.creturn sys_shmctl (first, second, (struct shmid_ds *) ptr);
shmid_ds105arch/mips/kernel/ipc.creturn sys_shmctl (first, second, (struct shmid_ds *) ptr);
shmid_ds162arch/sparc/kernel/sys_sparc.creturn sys_shmctl (first, second, (struct shmid_ds *) ptr);
shmid_ds65include/linux/shm.hasmlinkage int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf);
shmid_ds35ipc/shm.cstatic struct shmid_ds *shm_segs[SHMMNI];
shmid_ds49ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds58ipc/shm.cstruct shmid_ds *shp;
shmid_ds76ipc/shm.cstruct shmid_ds *shp;
shmid_ds86ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_NOID;
shmid_ds92ipc/shm.cshp = (struct shmid_ds *) kmalloc (sizeof (*shp), GFP_KERNEL);
shmid_ds94ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds102ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds135ipc/shm.cstruct shmid_ds *shp;
shmid_ds165ipc/shm.cstruct shmid_ds *shp;
shmid_ds175ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds203ipc/shm.casmlinkage int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf)
shmid_ds205ipc/shm.cstruct shmid_ds tbuf;
shmid_ds206ipc/shm.cstruct shmid_ds *shp;
shmid_ds377ipc/shm.cstatic inline void insert_attach (struct shmid_ds * shp, struct vm_area_struct * shmd)
shmid_ds391ipc/shm.cstatic inline void remove_attach (struct shmid_ds * shp, struct vm_area_struct * shmd)
shmid_ds458ipc/shm.cstruct shmid_ds *shp;
shmid_ds550ipc/shm.cstruct shmid_ds *shp;
shmid_ds572ipc/shm.cstruct shmid_ds *shp;
shmid_ds608ipc/shm.cstruct shmid_ds *shp;
shmid_ds680ipc/shm.cstruct shmid_ds *shp;
shmid_ds116ipc/util.casmlinkage int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf)