Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/retention/
Dblinfo_mcuboot.c28 struct shared_data_tlv_entry tlv_entry = {0}; in blinfo_lookup() local
42 rc = retention_read(bootloader_info_dev, offset, (void *)&tlv_entry, in blinfo_lookup()
43 sizeof(tlv_entry)); in blinfo_lookup()
49 if (GET_MAJOR(tlv_entry.tlv_type) == TLV_MAJOR_BLINFO && in blinfo_lookup()
50 GET_MINOR(tlv_entry.tlv_type) == key) { in blinfo_lookup()
55 if (tlv_entry.tlv_len > val_len_max) { in blinfo_lookup()
61 tlv_entry.tlv_len); in blinfo_lookup()
67 return tlv_entry.tlv_len; in blinfo_lookup()
70 offset += SHARED_DATA_ENTRY_SIZE(tlv_entry.tlv_len); in blinfo_lookup()