taglinefilesource code
shmid_ds171arch/i386/kernel/sys_i386.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_ds34ipc/shm.cstatic struct shmid_ds *shm_segs[SHMMNI];
shmid_ds48ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds57ipc/shm.cstruct shmid_ds *shp;
shmid_ds75ipc/shm.cstruct shmid_ds *shp;
shmid_ds85ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_NOID;
shmid_ds91ipc/shm.cshp = (struct shmid_ds *) kmalloc (sizeof (*shp), GFP_KERNEL);
shmid_ds93ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds101ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds134ipc/shm.cstruct shmid_ds *shp;
shmid_ds164ipc/shm.cstruct shmid_ds *shp;
shmid_ds174ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shmid_ds202ipc/shm.casmlinkage int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf)
shmid_ds204ipc/shm.cstruct shmid_ds tbuf;
shmid_ds205ipc/shm.cstruct shmid_ds *shp;
shmid_ds376ipc/shm.cstatic inline void insert_attach (struct shmid_ds * shp, struct vm_area_struct * shmd)
shmid_ds390ipc/shm.cstatic inline void remove_attach (struct shmid_ds * shp, struct vm_area_struct * shmd)
shmid_ds456ipc/shm.cstruct shmid_ds *shp;
shmid_ds548ipc/shm.cstruct shmid_ds *shp;
shmid_ds570ipc/shm.cstruct shmid_ds *shp;
shmid_ds606ipc/shm.cstruct shmid_ds *shp;
shmid_ds678ipc/shm.cstruct shmid_ds *shp;
shmid_ds116ipc/util.casmlinkage int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf)