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()266 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in GetActiveBootSlot()289 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in SetActiveBootSlot()313 return UpdateAndSaveBootloaderControl(misc_device_, &bootctrl); in SetActiveBootSlot()323 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in SetSlotAsUnbootable()329 return UpdateAndSaveBootloaderControl(misc_device_, &bootctrl); in SetSlotAsUnbootable()339 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in IsSlotBootable()351 if (!LoadBootloaderControl(misc_device_, &bootctrl)) return false; in IsSlotMarkedSuccessful()
48 return misc_device_; in misc_device()57 std::string misc_device_; variable