Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs15 use crate::fastboot::{GblFastboot, GPT_NAME_LEN_U8};
30 gbl_fb: &mut GblFastboot, in get() argument
39 gbl_fb: &mut GblFastboot, in get_all() argument
48 _: &mut GblFastboot, in get() argument
58 _: &mut GblFastboot, in get_all() argument
76 gbl_fb: &mut GblFastboot, in get() argument
91 gbl_fb: &mut GblFastboot, in get_all() argument
133 gbl_fb: &mut GblFastboot, in get() argument
155 gbl_fb: &mut GblFastboot, in get_all() argument
Dmod.rs93 pub struct GblFastboot<'a> { struct
97 impl<'a> GblFastboot<'a> { impl
173 impl FastbootImplementation for GblFastboot<'_> { implementation
274 fn check_var(gbl_fb: &mut GblFastboot, var: &str, args: &str, expected: &str) { in check_var() argument
291 let mut gbl_fb = GblFastboot::new(&mut devs); in test_get_var_partition_info()
323 let mut gbl_fb = GblFastboot::new(&mut devs); in test_get_var_all()
360 fb: &mut GblFastboot, in fetch() argument
387 let mut fb = GblFastboot::new(&mut devs); in test_fetch_invalid_partition_arg()
409 fn check_blk_upload(fb: &mut GblFastboot, blk_id: u64, off: u64, size: u64, disk: &[u8]) { in check_blk_upload() argument
426 let mut gbl_fb = GblFastboot::new(&mut devs); in test_fetch_raw_block()
[all …]
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs31 use libgbl::fastboot::GblFastboot;
130 gbl_fb: &mut GblFastboot, in fastboot_loop() argument
209 let mut gbl_fb = GblFastboot::new(&mut gpt_devices); in run_fastboot()