Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c582 offset_t coreoff; in copy_crashfile() local
597 coreoff = sizeof (corehdr); in copy_crashfile()
612 coreoff = roundup(coreoff, pagesize); in copy_crashfile()
613 corehdr.dump_ksyms = coreoff; in copy_crashfile()
614 Copy(dumphdr.dump_ksyms, dumphdr.dump_ksyms_csize, &coreoff, corefd, in copy_crashfile()
620 coreoff = roundup(coreoff, pagesize); in copy_crashfile()
621 corehdr.dump_pfn = coreoff; in copy_crashfile()
622 Copy(dumphdr.dump_pfn, dumphdr.dump_npages * sizeof (pfn_t), &coreoff, in copy_crashfile()
628 coreoff = roundup(coreoff, pagesize); in copy_crashfile()
629 corehdr.dump_map = coreoff; in copy_crashfile()
[all …]