Searched refs:dumplen (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/ddb/
H A Ddb_textdump.c434 off_t dumplen, trailer_offset; local
493 dumplen = trailer_offset - (textdump_offset + TEXTDUMP_BLOCKSIZE);
495 dumplen);
/freebsd-13-stable/sys/sys/
H A Dconf.h379 const char *magic, uint32_t archver, uint64_t dumplen);
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c162 uint64_t dumplen; local
177 dumplen = dtoh64(h->dumplength);
179 (long long)dumplen);
/freebsd-13-stable/sys/kern/
H A Dkern_shutdown.c1720 const char *magic, uint32_t archver, uint64_t dumplen)
1729 kdh->dumplength = htod64(dumplen);
1719 dump_init_header(const struct dumperinfo *di, struct kerneldumpheader *kdh, const char *magic, uint32_t archver, uint64_t dumplen) argument

Completed in 68 milliseconds