Home
last modified time | relevance | path

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

/freebsd/sbin/savecore/
H A Dsavecore.c180 dumplen = dtoh64(h->dumplength); in printheader()
754 off_t dumplength; in DoLiveFile() local
849 dumplength = dtoh64(kdhl.dumplength); in DoLiveFile()
857 error = ftruncate(fdcore, dumplength); in DoLiveFile()
933 off_t mediasize, dumpextent, dumplength, firsthd, lasthd; in DoFile() local
1094 dumplength = dtoh64(kdhl.dumplength); in DoFile()
1142 if (!check_space(savedir, savedirfd, dumplength, bounds)) { in DoFile()
1218 if (DoTextdumpFile(fddev, dumplength, lasthd, buf, device, in DoFile()
1222 if (DoRegularFile(fddev, dumplength, sectorsize, in DoFile()
/freebsd/sys/sys/
H A Dkerneldump.h94 uint64_t dumplength; /* excl headers */ member
/freebsd/sys/kern/
H A Dkern_shutdown.c1787 kdh->dumplength = htod64(di->dumpoff - di->origdumpoff); in dump_finish()
1813 kdh->dumplength = htod64(dumplen); in dump_init_header()
1814 kdh->dumpextent = kdh->dumplength; in dump_init_header()