Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dgpt.rs40 pub entries_count: u32, field
275 let entries_size = SafeNum::from(header.entries_count) * GPT_ENTRY_SIZE; in validate_gpt()
277 if self.info.max_entries < header.entries_count.into() in validate_gpt()
542 gpt_header.entries_count = 2; in test_load_gpt_non_max_entries()
Dtestlib.rs465 entries_count: std::cmp::min(partitions.len(), gpt_max_entries) as u32, in partitions_to_disk_data()