Searched refs:pfn_table_size (Results 1 – 1 of 1) sorted by relevance
1337 size_t pfn_table_size = dumphdr.dump_npages * sizeof (pfn_t); in build_corefile() local1394 pfn_table = Zalloc(pfn_table_size); in build_corefile()1396 Pread(dumpfd, pfn_table, pfn_table_size, dumphdr.dump_pfn); in build_corefile()1397 Pwrite(corefd, pfn_table, pfn_table_size, corehdr.dump_pfn); in build_corefile()1402 corehdr.dump_map = corehdr.dump_pfn + roundup(pfn_table_size, pagesize); in build_corefile()