Searched refs:cpd_length (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | pages.c | 154 len = descp->cpd_length; in kdata_cksum() 192 mapin_buf_pages(descp->cpd_length, &src); in restore_page_group() 206 len = decompress(src, dst, descp->cpd_length, size); in restore_page_group() 221 bcopy(src, dst, descp->cpd_length); in restore_page_group() 226 SF_ADV(descp->cpd_length); in restore_page_group()
|
/titanic_44/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 1043 datalen = cpd.cpd_length; in i_cpr_compress_and_save() 1298 cpd.cpd_length = clean_sz; in cpr_dump_sensitive() 1304 cpd.cpd_length = decompress(clean_sva, cpr_pagecopy, in cpr_dump_sensitive() 1307 ASSERT(cpd.cpd_length == mmu_ptob(dirty_npages)); in cpr_dump_sensitive() 1309 cpd.cpd_length = clean_sz; in cpr_dump_sensitive() 1329 error = cpr_write(vp, (caddr_t)datap, cpd.cpd_length); in cpr_dump_sensitive() 1334 (void *)vp, (void *)datap, cpd.cpd_length); in cpr_dump_sensitive() 1341 i_cpr_sensitive_bytes_dumped += cpd.cpd_length; in cpr_dump_sensitive()
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 854 dp->cpd_length = nbytes; in cpr_compress_pages() 881 dp->cpd_length = clen; in cpr_compress_pages() 938 error = cpr_write(vp, (caddr_t)datap, cpd.cpd_length); in cpr_compress_and_write()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cpr.h | 315 size_t cpd_length; /* data segment size in bytes */ member
|