Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddumphdr.h70 offset_t dump_pfn; /* offset of pfn table for all pages */ member
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c604 corehdr.dump_pfn = coreoff; in copy_crashfile()
605 Copy(dumphdr.dump_pfn, dumphdr.dump_npages * sizeof (pfn_t), &coreoff, in copy_crashfile()
1396 corehdr.dump_pfn = corehdr.dump_ksyms + roundup(ksyms_size, pagesize); in build_corefile()
1397 Pread(dumpfd, pfn_table, pfn_table_size, dumphdr.dump_pfn); in build_corefile()
1398 Pwrite(corefd, pfn_table, pfn_table_size, corehdr.dump_pfn); in build_corefile()
1403 corehdr.dump_map = corehdr.dump_pfn + roundup(pfn_table_size, pagesize); in build_corefile()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c165 kd->kvm_pfn = (void *)(kd->kvm_core + kd->kvm_dump.dump_pfn); in kvm_open()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2854 dumphdr->dump_pfn = dumpvp_flush(); in dumpsys()