Lines Matching refs:boot_patchlevel

208     boot_patchlevel: RefCell<Option<u32>>,  field
217 boot_patchlevel: RefCell::new(None), in new()
238 match (self.boot_info.borrow().as_ref(), self.boot_patchlevel.borrow().as_ref()) { in maybe_set_boot_info()
239 (Some(info), Some(boot_patchlevel)) => { in maybe_set_boot_info()
247 boot_patchlevel: *boot_patchlevel, in maybe_set_boot_info()
307 boot_patchlevel: 0, // boot_patchlevel is received on ConfigureBootPatchlevel in handle_message()
318 if self.boot_patchlevel.borrow().is_some() { in handle_message()
326 self.boot_patchlevel.borrow_mut().replace(req.boot_patchlevel); in handle_message()
700 boot_patchlevel: u32, in get_configure_boot_patchlevel_message()
703 boot_patchlevel.serialize_into(&mut req)?; in get_configure_boot_patchlevel_message()
885 let boot_patchlevel = 0x20201010; in send_setbootparams_configure_setbootparams_configure() localVariable
887 get_configure_boot_patchlevel_message(boot_patchlevel).expect("Couldn't construct msg"); in send_setbootparams_configure_setbootparams_configure()
919 let boot_patchlevel = 0x20201010; in send_configure_configure_setbootparams_setbootparams() localVariable
921 get_configure_boot_patchlevel_message(boot_patchlevel).expect("Couldn't construct msg"); in send_configure_configure_setbootparams_setbootparams()
1004 let boot_patchlevel = 0x20201010; in send_setbootparams_setbootparams_configure_configure() localVariable
1006 get_configure_boot_patchlevel_message(boot_patchlevel).expect("Couldn't construct msg"); in send_setbootparams_setbootparams_configure_configure()
1033 let boot_patchlevel = 0x20201010; in send_configure_setbootparams_setbootparams_configure() localVariable
1035 get_configure_boot_patchlevel_message(boot_patchlevel).expect("Couldn't construct msg"); in send_configure_setbootparams_setbootparams_configure()