Searched refs:KERNELDUMP_COMP_GZIP (Results 1 – 4 of 4) sorted by relevance
189 case KERNELDUMP_COMP_GZIP: in printheader()627 if (compression == KERNELDUMP_COMP_GZIP) { in DoRegularFile()663 if (compression == KERNELDUMP_COMP_GZIP) in DoRegularFile()1039 case KERNELDUMP_COMP_GZIP: in DoFile()1158 (kdhl.compression == KERNELDUMP_COMP_GZIP) ? "gz" : "zst"); in DoFile()1489 comp_desired = KERNELDUMP_COMP_GZIP; in main()
59 #define KERNELDUMP_COMP_GZIP 1 macro
623 kdap->kda_compression = KERNELDUMP_COMP_GZIP; in main()
1187 case KERNELDUMP_COMP_GZIP: in kerneldumpcomp_create()