Searched refs:ss_centry_info_impl_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore_ram.h39 ss_centry_info_impl_t *sn_gl_centry_info; /* dirty bits */
H A Dsafestore_impl.h106 } ss_centry_info_impl_t; typedef in typeref:struct:ss_centry_info_impl_s
115 ss_centry_info_impl_t *wc_gl_info; /* information for the page */
H A Dsafestore_ram.c436 ss_centry_info_impl_t *ramcentry = (ss_centry_info_impl_t *)centry;
448 sizeof (ss_centry_info_impl_t));
459 ss_centry_info_impl_t *ramcentry = (ss_centry_info_impl_t *)centry;
471 sizeof (ss_centry_info_impl_t));
556 static ss_centry_info_impl_t *gl;
568 if ((ss_ram_config.sn_gl_centry_info = (ss_centry_info_impl_t *)
569 kmem_zalloc(blocks * sizeof (ss_centry_info_impl_t),
612 blocks * sizeof (ss_centry_info_impl_t));
[all...]

Completed in 57 milliseconds