taglinefilesource code
shm_segs29ipc/shm.cstatic struct shmid_ds *shm_segs[SHMMNI];
shm_segs43ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs55ipc/shm.cwhile ((shp = shm_segs[id]) == IPC_NOID) 
shm_segs79ipc/shm.cif (shm_segs[id] == IPC_UNUSED) {
shm_segs80ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_NOID;
shm_segs88ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs96ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs120ipc/shm.cshm_segs[id] = shp;
shm_segs143ipc/shm.cshp = shm_segs[id];
shm_segs163ipc/shm.cshp = shm_segs[id];
shm_segs171ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs174ipc/shm.cwhile (max_shmid && (shm_segs[--max_shmid] == IPC_UNUSED));
shm_segs255ipc/shm.cshp = shm_segs[shmid];
shm_segs265ipc/shm.cshp = shm_segs[id = shmid % SHMMNI];
shm_segs445ipc/shm.cshp = shm_segs[id = shmid % SHMMNI];
shm_segs486ipc/shm.cif ((shp != shm_segs[id]) || (shp->shm_perm.seq != shmid / SHMMNI)) {
shm_segs534ipc/shm.cshp = shm_segs[id];
shm_segs614ipc/shm.cshp = shm_segs[id];
shm_segs642ipc/shm.cshp = shm_segs[id];
shm_segs705ipc/shm.cshp = shm_segs[swap_id];