Home
last modified time | relevance | path

Searched refs:sptinfo_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dshm_impl.h81 } sptinfo_t; typedef
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c310 sp->shm_sptinfo = kmem_zalloc(sizeof (sptinfo_t), KM_SLEEP); in shmat()
589 kmem_free(sp->shm_sptinfo, sizeof (sptinfo_t)); in shm_dtor()