Searched refs:dumplen (Results 1 – 4 of 4) sorted by relevance
432 off_t dumplen, trailer_offset; in textdump_dumpsys() local491 dumplen = trailer_offset - (textdump_offset + TEXTDUMP_BLOCKSIZE); in textdump_dumpsys()493 dumplen); in textdump_dumpsys()
162 uint64_t dumplen; in printheader() local177 dumplen = dtoh64(h->dumplength); in printheader()179 (long long)dumplen); in printheader()
397 const char *magic, uint32_t archver, uint64_t dumplen);
1804 const char *magic, uint32_t archver, uint64_t dumplen) in dump_init_header() 1813 kdh->dumplength = htod64(dumplen); in dump_init_header() 1801 dump_init_header(const struct dumperinfo * di,struct kerneldumpheader * kdh,const char * magic,uint32_t archver,uint64_t dumplen) dump_init_header() argument