Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dbios_table.c1162 size_t copied_length = 0; in pldm_bios_table_attr_value_copy_and_update() local
1180 if (copied_length + length > buffer_length) { in pldm_bios_table_attr_value_copy_and_update()
1184 memcpy((uint8_t *)dest_table + copied_length, tmp, length); in pldm_bios_table_attr_value_copy_and_update()
1185 copied_length += length; in pldm_bios_table_attr_value_copy_and_update()
1189 pldm_bios_table_pad_checksum_size(copied_length); in pldm_bios_table_attr_value_copy_and_update()
1190 if ((pad_checksum_size + copied_length) > buffer_length) { in pldm_bios_table_attr_value_copy_and_update()
1196 dest_table, buffer_length, &copied_length); in pldm_bios_table_attr_value_copy_and_update()
1198 *dest_length = copied_length; in pldm_bios_table_attr_value_copy_and_update()