Home | History | Annotate | Download | only in ipcs

Lines Matching defs:shmptr

576 			struct shmid_ds_sysctl *shmptr = &shmsi->shmids[i];
577 if (shmptr->shm_perm.mode & 0x0800)
578 show_shminfo(shmptr->shm_atime,
579 shmptr->shm_dtime,
580 shmptr->shm_ctime,
581 IXSEQ_TO_IPCID(i, shmptr->shm_perm),
582 shmptr->shm_perm._key,
583 shmptr->shm_perm.mode,
584 shmptr->shm_perm.uid,
585 shmptr->shm_perm.gid,
586 shmptr->shm_perm.cuid,
587 shmptr->shm_perm.cgid,
588 shmptr->shm_nattch,
589 shmptr->shm_segsz,
590 shmptr->shm_cpid,
591 shmptr->shm_lpid);