Searched refs:misc_device_ (Results 1 – 2 of 2) sorted by relevance
223 misc_device_ = device; in Init()254 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in MarkBootSuccessful()261 return UpdateAndSaveBootloaderControl(misc_device_, &bootctrl); in MarkBootSuccessful()271 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in SetActiveBootSlot()295 return UpdateAndSaveBootloaderControl(misc_device_, &bootctrl); in SetActiveBootSlot()305 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in SetSlotAsUnbootable()311 return UpdateAndSaveBootloaderControl(misc_device_, &bootctrl); in SetSlotAsUnbootable()321 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in IsSlotBootable()333 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in IsSlotMarkedSuccessful()
47 return misc_device_; in misc_device()56 std::string misc_device_; variable