Searched defs:i_cpr_storage_desc_base (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c96 csd_t *i_cpr_storage_desc_base; variable
882 &i_cpr_storage_desc_base, &i_cpr_storage_desc_pgcnt,
887 i_cpr_storage_desc_init(i_cpr_storage_desc_base,
983 if (i_cpr_storage_desc_base) {
984 kmem_free(i_cpr_storage_desc_base,
986 i_cpr_storage_desc_base = NULL;
1021 descp = i_cpr_storage_desc_base + chunks - 1;
1025 (void *)i_cpr_storage_desc_base, chunks,
1140 if (i_cpr_storage_desc_base) {
1141 count += cpr_count_pages((caddr_t)i_cpr_storage_desc_base,
[all...]

Completed in 48 milliseconds