Home
last modified time | relevance | path

Searched full:compressor (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpump.hpp13 Compressor, enumerator
25 {PumpType::Compressor, "Compressor"},
/openbmc/u-boot/fs/ubifs/
H A Dmisc.h94 * ubifs_compr_present - check if compressor was compiled in.
95 * @compr_type: compressor type to check
97 * This function returns %1 of compressor of type @compr_type is present, and
107 * ubifs_compr_name - get compressor name string by its type.
108 * @compr_type: compressor type
110 * This function returns compressor type string.
H A Dubifs.c37 /* Fake description object for the "none" compressor */
91 int compressor; member
109 ptr->compressor = i; in crypto_alloc_comp()
126 struct ubifs_compressor *compr = ubifs_compressors[tfm->compressor]; in crypto_comp_decompress()
138 ubifs_err(c, "cannot decompress %d bytes, compressor %s, " in crypto_comp_decompress()
197 ubifs_err(c, "cannot decompress %d bytes, compressor %s," in ubifs_decompress()
204 * compr_init - initialize a compressor.
205 * @compr: compressor description object
207 * This function initializes the requested compressor and returns zero in case
223 dbg_gen("cannot initialize compressor %s," in compr_init()
[all …]
H A Dubifs.h751 * So UBIFS always allocates larger output buffer, to be sure the compressor
1423 * struct ubifs_compressor - UBIFS compressor description structure.
1424 * @compr_type: compressor type (%UBIFS_COMPR_LZO, etc)
1425 * @cc: cryptoapi compressor handle
1428 * @name: compressor name
1429 * @capi_name: cryptoapi compressor name
1536 * @override_compr: override default compressor (%0 - do not override and use
1537 * superblock compressor, %1 - override and use compressor
1539 * @compr_type: compressor type to override the superblock compressor with
2394 /* compressor.c */
H A Dsuper.c1103 * Opt_override_compr: override default compressor
1217 ubifs_err(c, "unknown compressor \"%s\"", name); //FIXME: is c ready? in ubifs_parse_options()
1424 * Make sure the compressor which is set as default in the superblock in mount_ubifs()
1428 ubifs_err(c, "'compressor \"%s\" is not compiled in", in mount_ubifs()
1634 dbg_gen("default compressor: %s", ubifs_compr_name(c->default_compr)); in mount_ubifs()
H A Dubifs-media.h471 * nodes of this inode may be compressed with different compressor - this
/openbmc/openbmc/poky/meta/recipes-extended/lzip/
H A Dlzip_1.25.bb1 SUMMARY = "Lossless data compressor based on the LZMA algorithm"
3 DESCRIPTION = "Lzip is a lossless data compressor with a user interface similar to the one of gzip …
/openbmc/openbmc/poky/meta/recipes-extended/zip/
H A Dzip_3.0.bb1 SUMMARY = "Compressor/archiver for creating and modifying .zip files"
3 … to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utiliti…
/openbmc/openbmc/poky/meta/recipes-support/lzop/
H A Dlzop_1.04.bb1 SUMMARY = "Real-time file compressor"
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/
H A Dpbzip2_1.1.13.bb3 file compressor that uses pthreads and achieves near-linear speedup on SMP \
/openbmc/openbmc/poky/meta/recipes-extended/gzip/
H A Dgzip.inc1 SUMMARY = "Standard GNU compressor"
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py59 self.compressor = options.compressor
220 if self.compressor:
221 logger.debug("Compressing disk %s with %s", disk_name, self.compressor)
222 exec_cmd("%s %s" % (self.compressor, full_path))
233 None: ""}.get(self.compressor)
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPump.v1_2_0.json333 "Compressor"
336 "Compressor": "A compressor.", string
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/
H A D0001-fix-bzip2-version-tmp-aaa-will-hang.patch12 bzip2, a block-sorting file compressor. Version 1.0.8, 13-Jul-2019.
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py65 raise WicError("Not supported compressor filename extension: %s" % extension)
/openbmc/openbmc/poky/meta/recipes-extended/unzip/
H A Dunzip_6.0.bb3 … to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utiliti…
/openbmc/u-boot/doc/
H A DREADME.ubi169 UBIFS: default compressor: LZO
/openbmc/u-boot/include/u-boot/
H A Dzlib.h607 by the compressor for this purpose.) The next operation on this stream must
620 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
624 checksum is equal to that saved by the compressor and returns Z_STREAM_END
/openbmc/openbmc/poky/scripts/
H A Dwic340 dest='compressor',
341 help="compress image with specified compressor")
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic340 dest='compressor',
341 help="compress image with specified compressor")
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DPump_v1.xml238 <Member Name="Compressor">
239 <Annotation Term="OData.Description" String="A compressor."/>
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch124 @@ -202,6 +205,7 @@ fopen_uncompressed (const char *pathname, const char *compressor)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwic.rst231 compress image with specified compressor
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.rst271 - ``package_rpm``: the RPM package compressor's mode can now be overriden.
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py210 The -c option is used to specify compressor utility to compress

12