Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs30 gbl_fb: &mut GblFastboot, in get()
39 gbl_fb: &mut GblFastboot, in get_all()
48 _: &mut GblFastboot, in get()
58 _: &mut GblFastboot, in get_all()
76 gbl_fb: &mut GblFastboot, in get()
91 gbl_fb: &mut GblFastboot, in get_all()
133 gbl_fb: &mut GblFastboot, in get()
155 gbl_fb: &mut GblFastboot, in get_all()
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()
360 fb: &mut GblFastboot, in fetch()
409 fn check_blk_upload(fb: &mut GblFastboot, blk_id: u64, off: u64, size: u64, disk: &[u8]) { in check_blk_upload()
438 fb: &mut GblFastboot, in check_gpt_upload()
486 fn check_flash_part(fb: &mut GblFastboot, part: &str, expected: &[u8]) { in check_flash_part()
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs130 gbl_fb: &mut GblFastboot, in fastboot_loop()