Home
last modified time | relevance | path

Searched refs:cbfs_file_attr_compression (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/tests/mocks/
H A Dcbfs_file_mock.c56 .header = HEADER_INITIALIZER(CBFS_TYPE_RAW, sizeof(struct cbfs_file_attr_compression),
61 BE32(sizeof(struct cbfs_file_attr_compression)),
85 .header = HEADER_INITIALIZER(CBFS_TYPE_RAW, sizeof(struct cbfs_file_attr_compression),
90 BE32(sizeof(struct cbfs_file_attr_compression)),
/aosp_15_r20/external/coreboot/tests/mock/
H A Dcbfs_file_mock.c58 .header = HEADER_INITIALIZER(CBFS_TYPE_RAW, sizeof(struct cbfs_file_attr_compression),
63 BE32(sizeof(struct cbfs_file_attr_compression)),
87 .header = HEADER_INITIALIZER(CBFS_TYPE_RAW, sizeof(struct cbfs_file_attr_compression),
92 BE32(sizeof(struct cbfs_file_attr_compression)),
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dcbfs_serialized.h140 struct cbfs_file_attr_compression { struct
/aosp_15_r20/external/coreboot/src/lib/
H A Dcbfs.c435 const struct cbfs_file_attr_compression *cattr = cbfs_find_attr(mdata, in do_alloc()
567 const struct cbfs_file_attr_compression *cattr = cbfs_find_attr(&mdata, in cbfs_prog_stage_load()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfstool.c597 metadata_size += sizeof(struct cbfs_file_attr_compression); in do_cbfs_locate()
1071 struct cbfs_file_attr_compression *attrs = in cbfstool_convert_raw()
1072 (struct cbfs_file_attr_compression *) in cbfstool_convert_raw()
1075 sizeof(struct cbfs_file_attr_compression)); in cbfstool_convert_raw()
H A Dcbfs_image.c148 struct cbfs_file_attr_compression *ac = in cbfs_file_get_compression_info()
149 (struct cbfs_file_attr_compression *)attr; in cbfs_file_get_compression_info()
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/libcbfs/
H A Dcbfs-lookup-test.c417 struct cbfs_file_attr_compression *comp; in test_cbfs_invalid_compression_algo()
427 comp = (struct cbfs_file_attr_compression *)&f->attrs_and_data[0]; in test_cbfs_invalid_compression_algo()
H A Dcbfs-verification-test.c202 struct cbfs_file_attr_compression cattr = { in test_cbfs_map_valid_hash_impl()
/aosp_15_r20/external/coreboot/payloads/libpayload/libcbfs/
H A Dcbfs.c161 const struct cbfs_file_attr_compression *cattr = in do_load()
/aosp_15_r20/external/coreboot/tests/lib/
H A Dcbfs-lookup-test.c729 + sizeof(struct cbfs_file_attr_compression)); in test_cbfs_attributes_offset_larger_than_offset()