Lines Matching refs:Pinfo
99 } Pinfo; typedef
143 Pinfo *shmaddr; /* Start address of shared memory */
171 Pinfo *put_proc_info(int tval);
183 Pinfo *shmgetseg(void);
193 extern Pinfo *shmaddr; /* shared memory pointer */ in print_shm()
196 Pinfo *pinfo; /* pointer to process info in shared memory */ in print_shm()
297 extern Pinfo *shmaddr; /* Global shared memory address */ in rm_shmseg()
382 Pinfo *put_proc_info(int tval) in put_proc_info()
385 extern Pinfo *shmaddr; in put_proc_info()
389 Pinfo *smp; /* ptr to current process data slot */ in put_proc_info()
404 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval); in put_proc_info()
425 extern Pinfo *shmaddr; in notify()
537 Pinfo *pinfo; /* pointer to process information in shared mem */
720 extern Pinfo *shmaddr;
723 Pinfo *shmad = NULL; /* ptr to start of shared memory. */
724 Pinfo *pinfo = NULL; /* ptr to struct in shared memory. */
727 sizeof(Pinfo) * nodesum + (nodesum * BVAL * sizeof(int)),
728 sizeof(Pinfo) * nodesum + (nodesum * BVAL * sizeof(int)),
733 sizeof(Pinfo) * nodesum + (nodesum * BVAL * sizeof(int)),
767 (int *)((long)shmad + nodesum * sizeof(Pinfo) +
1225 extern Pinfo *shmaddr; /* start address of shared memory */