Searched refs:hdr_bytes (Results 1 – 2 of 2) sorted by relevance
92 size_t hdr_bytes) in efi_capsule_setup_info() argument95 if (hdr_bytes < sizeof(efi_capsule_header_t)) in efi_capsule_setup_info()
1091 let hdr_bytes: [u8; 4] = self.base.data[falcon_ucode_offset..falcon_ucode_offset + 4] in header()1094 let hdr = u32::from_le_bytes(hdr_bytes); in header()
Completed in 8 milliseconds