taglinefilesource code
shm_segs28ipc/shm.cstatic struct shmid_ds *shm_segs[SHMMNI];
shm_segs42ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs54ipc/shm.cwhile ((shp = shm_segs[id]) == IPC_NOID) 
shm_segs78ipc/shm.cif (shm_segs[id] == IPC_UNUSED) {
shm_segs79ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_NOID;
shm_segs87ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs95ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs119ipc/shm.cshm_segs[id] = shp;
shm_segs142ipc/shm.cshp = shm_segs[id];
shm_segs162ipc/shm.cshp = shm_segs[id];
shm_segs170ipc/shm.cshm_segs[id] = (struct shmid_ds *) IPC_UNUSED;
shm_segs173ipc/shm.cwhile (max_shmid && (shm_segs[--max_shmid] == IPC_UNUSED));
shm_segs254ipc/shm.cshp = shm_segs[shmid];
shm_segs264ipc/shm.cshp = shm_segs[id = shmid % SHMMNI];
shm_segs394ipc/shm.cshp = shm_segs[id = shmid % SHMMNI];
shm_segs435ipc/shm.cif ((shp != shm_segs[id]) || (shp->shm_perm.seq != shmid / SHMMNI)) {
shm_segs481ipc/shm.cshp = shm_segs[id];
shm_segs559ipc/shm.cshp = shm_segs[id];
shm_segs588ipc/shm.cshp = shm_segs[id];
shm_segs653ipc/shm.cshp = shm_segs[swap_id];