• Home
  • Raw
  • Download

Lines Matching defs:self

170     fn get_efi_fdt_prop(&self, path: &str, prop: &CStr) -> Option<&'a [u8]> {  in get_efi_fdt_prop()
188 &mut self, in get_buffer_image_loading()
252 fn write_str(&mut self, s: &str) -> core::fmt::Result { in write_str()
292 fn reboot(&mut self) { in reboot()
297 &self, in disks()
310 &mut self, in zircon_add_device_zbi_items()
331 &'c mut self, in load_slot_interface()
346 fn avb_read_rollback_index(&mut self, rollback_index_location: usize) -> AvbIoResult<u64> { in avb_read_rollback_index()
357 &mut self, in avb_write_rollback_index()
370 fn avb_read_persistent_value(&mut self, name: &CStr, value: &mut [u8]) -> AvbIoResult<usize> { in avb_read_persistent_value()
380 fn avb_write_persistent_value(&mut self, name: &CStr, value: &[u8]) -> AvbIoResult<()> { in avb_write_persistent_value()
390 fn avb_erase_persistent_value(&mut self, name: &CStr) -> AvbIoResult<()> { in avb_erase_persistent_value()
401 &self, in avb_validate_vbmeta_public_key()
416 &mut self, in avb_cert_read_permanent_attributes()
436 &mut self, in avb_handle_verification_result()
465 &mut self, in get_image_buffer()
482 &mut self, in fixup_os_commandline()
503 &mut self, in fixup_bootconfig()
523 fn fixup_device_tree(&mut self, device_tree: &mut [u8]) -> Result<()> { in fixup_device_tree()
534 &mut self, in select_device_trees()
580 &mut self, in fastboot_variable()
592 fn fastboot_visit_all_variables(&mut self, cb: impl FnMut(&[&CStr], &CStr)) -> Result<()> { in fastboot_visit_all_variables()
628 fn get_next_slot(&mut self, _: bool) -> Result<Slot> { in get_next_slot()
634 fn set_active_slot(&mut self, _: u8) -> Result<()> { in set_active_slot()
640 fn set_reboot_reason(&mut self, _: RebootReason) -> Result<()> { in set_reboot_reason()
664 fn get_next_slot(&mut self, mark_boot_attempt: bool) -> Result<Slot> { in get_next_slot()
674 fn set_active_slot(&mut self, slot: u8) -> Result<()> { in set_active_slot()
683 fn set_reboot_reason(&mut self, reason: RebootReason) -> Result<()> { in set_reboot_reason()