Home
last modified time | relevance | path

Searched refs:DF_COMPRESSED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddumphdr.h94 #define DF_COMPRESSED 0x00000008 /* Dump is compressed */ macro
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c584 corehdr.dump_flags |= DF_COMPRESSED | DF_VALID; in copy_crashfile()
1368 corehdr.dump_flags &= ~DF_COMPRESSED; in build_corefile()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1728 const char *c = swap(dh.dump_flags) & DF_COMPRESSED ? in print_dumphdr()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.c1611 (h.dump_flags & DF_COMPRESSED) != 0); in mdb_kvm_is_compressed_dump()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2708 dumphdr->dump_flags = DF_VALID | DF_COMPLETE | DF_LIVE | DF_COMPRESSED; in dumpsys()