Searched refs:zeropg (Results 1 – 1 of 1) sorted by relevance
2083 void *bigwad, *zeropg = NULL; in elfcore() local2415 if (zeropg == NULL) { in elfcore()2416 zeropg = kmem_zalloc(elf_zeropg_sz, KM_SLEEP); in elfcore()2424 phdr[i].p_offset + curoff, zeropg, len, in elfcore()2549 if (zeropg != NULL) in elfcore()2550 kmem_free(zeropg, elf_zeropg_sz); in elfcore()