Home
last modified time | relevance | path

Searched refs:dc_csave (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c114 dcp->dc_csave = DC_COMPRESSED; in dconf_init()
581 (dcp->dc_csave == DC_UNCOMPRESSED) ? gettext("off") : in dconf_print()
661 dcp->dc_csave = DC_COMPRESSED; in dconf_str2csave()
666 dcp->dc_csave = DC_UNCOMPRESSED; in dconf_str2csave()
706 return (fprintf(fp, "%s\n", (dcp->dc_csave == DC_COMPRESSED) ? in print_csave()
H A Ddconf.h42 int dc_csave; /* Save dump compressed? (see below) */ member