Lines Matching refs:shmaddr
143 Pinfo *shmaddr; /* Start address of shared memory */ variable
193 extern Pinfo *shmaddr; /* shared memory pointer */ in print_shm()
204 for (pinfo = shmaddr, i = 0; i < nodesum; i++, pinfo++) { in print_shm()
297 extern Pinfo *shmaddr; /* Global shared memory address */ in rm_shmseg()
385 extern Pinfo *shmaddr; in put_proc_info()
391 smp = shmaddr + tval; in put_proc_info()
404 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval); in put_proc_info()
425 extern Pinfo *shmaddr; in notify()
430 int *listp = (shmaddr + slot)->list; in notify()
443 sprintf(mtext, "%d %d %d", i, slot, (shmaddr + slot)->pid); in notify()
475 if (*((shmaddr + tslot)->list + ndx) == slot && in notify()
476 (shmaddr + tslot)->pid == pid) { in notify()
480 (shmaddr + slot)->msg++; in notify()
483 (shmaddr + slot)->err--; in notify()
596 (shmaddr + val)->msg++;
609 (shmaddr + val)->msg++;
720 extern Pinfo *shmaddr;
772 shmaddr = shmad;
1102 shmaddr->err++;
1192 if (shmaddr->pid == getpid()) {
1225 extern Pinfo *shmaddr; /* start address of shared memory */