Home
last modified time | relevance | path

Searched refs:shm_sptprot (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dshm_impl.h71 long shm_sptprot; /* was reserved (still a "long") */ member
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c465 sp->shm_sptprot = prot; in shmat()
466 } else if ((prot & sp->shm_sptprot) != sp->shm_sptprot) { in shmat()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c231 mdb_printf("sptprot: <%lb>\n", shmid->shm_sptprot, prot_flag_bits); in shm_print()