Searched defs:read_rollback_index (Results 1 – 4 of 4) sorted by relevance
77 EfiStatus (*read_rollback_index)(struct GblEfiAvbProtocol* self, member
248 pub fn read_rollback_index(&self, _index_location: usize) -> Result<u64> { in read_rollback_index() method
84 pub fn read_rollback_index(&self, index_location: usize) -> Result<u64> { in read_rollback_index() method
289 fn read_rollback_index(&mut self, rollback_index_location: usize) -> IoResult<u64> { in read_rollback_index() method