Searched refs:boot_info (Results 1 – 1 of 1) sorted by relevance
207 boot_info: RefCell<Option<BootInfo>>, field216 boot_info: RefCell::new(None), in new()238 match (self.boot_info.borrow().as_ref(), self.boot_patchlevel.borrow().as_ref()) { in maybe_set_boot_info()242 let boot_info = BootInfo { in maybe_set_boot_info() localVariable249 if let Err(e) = self.km_ta.borrow_mut().set_boot_info(boot_info) { in maybe_set_boot_info()297 if self.boot_info.borrow().is_some() { in handle_message()302 let boot_info = BootInfo { in handle_message() localVariable309 self.boot_info.borrow_mut().replace(boot_info); in handle_message()