Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dgpt.rs99 entries_count: usize, field
112 let entries_count = usize::try_from(header.entries_count()).unwrap(); in new() localVariable
114 Ok(Self { device, entries_count }) in new()
129 let mut rem = self.entries_count; in get_partition_by_name()
130 let num_blocks = ceiling_div(self.entries_count, entries_per_blk).unwrap(); in get_partition_by_name()
174 entries_count: u32, field
199 fn entries_count(&self) -> u32 { in entries_count() method
200 u32::from_le(self.entries_count) in entries_count()