Home
last modified time | relevance | path

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

/packages/modules/Virtualization/guest/pvmfw/src/
Dgpt.rs98 entries_count: usize, field
111 let entries_count = usize::try_from(header.entries_count()).unwrap(); in new() localVariable
113 Ok(Self { device, entries_count }) in new()
128 let mut rem = self.entries_count; in get_partition_by_name()
129 let num_blocks = ceiling_div(self.entries_count, entries_per_blk).unwrap(); in get_partition_by_name()
173 entries_count: u32, field
198 fn entries_count(&self) -> u32 { in entries_count() method
199 u32::from_le(self.entries_count) in entries_count()