Searched defs:write_rollback_index (Results 1 – 4 of 4) sorted by relevance
81 EfiStatus (*write_rollback_index)(struct GblEfiAvbProtocol* self, member
253 pub fn write_rollback_index( in write_rollback_index() method
104 pub fn write_rollback_index(&self, index_location: usize, rollback_index: u64) -> Result<()> { in write_rollback_index() method
297 fn write_rollback_index(&mut self, rollback_index_location: usize, index: u64) -> IoResult<()> { in write_rollback_index() method