Searched refs:MEMBER_SIZE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | unstriped.rst | 45 MEMBER_SIZE=$((128 * 1024 * 1024)) 51 RAID_SIZE=$((${MEMBER_SIZE}*${NUM}/512)) 53 COUNT=$((${MEMBER_SIZE} / ${BS})) 56 dd if=/dev/zero of=member-${i} bs=${MEMBER_SIZE} count=1 oflag=direct
|
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | libcr51sign_internal.h | 32 #define MEMBER_SIZE(type, field) sizeof(((type*)0)->field) macro
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign.c | 280 uint8_t magic_and_digest[MEMBER_SIZE(struct hash_sha512, hash_magic) + in validate_payload_regions() 295 BUILD_ASSERT((MEMBER_SIZE(struct hash_sha256, hash_magic) == in validate_payload_regions() 296 MEMBER_SIZE(struct hash_sha512, hash_magic))); in validate_payload_regions() 377 MEMBER_SIZE(struct hash_sha256, hash_magic) + digest_size, in validate_payload_regions() 440 if (memcmp(magic_and_digest + MEMBER_SIZE(struct hash_sha256, hash_magic), in validate_payload_regions()
|
H A D | libcr51sign_mauv.c | 20 MEMBER_SIZE(struct image_mauv, version_denylist[0])) == 308 MEMBER_SIZE(struct image_mauv, version_denylist[0]); in sanity_check_image_mauv_data()
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 35 #define MEMBER_SIZE(type, member) sizeof(((struct type *)0)->member) macro 60 MEMBER_SIZE(pldm_bios_string_table_entry, name) + string_length; in pldm_bios_table_string_entry_encode_length() 75 MEMBER_SIZE(pldm_bios_string_table_entry, name)) < in pldm_bios_table_string_entry_encode() 196 MEMBER_SIZE(pldm_bios_attr_table_entry, metadata) + in pldm_bios_table_attr_entry_enum_encode_length() 333 MEMBER_SIZE(pldm_bios_attr_table_entry, metadata) + in pldm_bios_table_attr_entry_string_encode_length() 335 MEMBER_SIZE(attr_table_string_entry_fields, def_string) + in pldm_bios_table_attr_entry_string_encode_length()
|