Home
last modified time | relevance | path

Searched refs:ch_algorithm (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c191 hdr->ch_algorithm = CH_ALG_ZLIB; in do_comp()
266 if (hdr->ch_algorithm != CH_ALG_ZLIB) { in do_decomp()
268 srcfile, (uint64_t)hdr->ch_algorithm, CH_ALG_ZLIB); in do_decomp()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddecomp.h43 uint64_t ch_algorithm; member
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c951 hdr->ch_version != CH_VERSION || hdr->ch_algorithm != CH_ALG_ZLIB || in decompvp()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3795 hdr->ch_algorithm != CH_ALG_ZLIB || hdr->ch_fsize == 0 || in kobj_comp_setup()