Lines Matching refs:bootenv
78 import pkg.client.bootenv as bootenv
484 be_name, be_uuid = bootenv.BootEnv.get_be_name(
487 bootenv.BootEnv.get_activated_be_name()
581 bootenv.BootEnv.check_be_name(be_name)
2620 uuid_be_dic = bootenv.BootEnv.get_uuid_be_dic()
2793 be = bootenv.BootEnv(self._img,
2796 be = bootenv.BootEnvNull(self._img)
2797 self._img.bootenv = be
2865 # Must be done after bootenv restore.
2892 # Must be done after bootenv restore.
2905 # Must be done after bootenv restore.
2931 # Must be done after bootenv restore.
5407 be_name, be_uuid = bootenv.BootEnv.get_be_name(
5515 be_name, be_uuid = bootenv.BootEnv.get_be_name(self._img.root)