taglinefilesource code
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.cint 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_ds454ipc/shm.cstruct shmid_ds *shp;
shmid_ds540ipc/shm.cstruct shmid_ds *shp;
shmid_ds562ipc/shm.cstruct shmid_ds *shp;
shmid_ds600ipc/shm.cstruct shmid_ds *shp;
shmid_ds672ipc/shm.cstruct shmid_ds *shp;
shmid_ds34ipc/util.cextern int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf);
shmid_ds145ipc/util.creturn sys_shmctl (first, second, (struct shmid_ds *) ptr);