Home
last modified time | relevance | path

Searched refs:err_dic (Results 1 – 11 of 11) sorted by relevance

/misc/config_tools/board_config/
A Dboard_cfg_gen.py30 err_dic = {}
33 if err_dic:
38 if err_dic:
54 if err_dic:
58 if err_dic:
88 if err_dic:
94 if err_dic:
106 return err_dic
114 if err_dic:
119 return err_dic
[all …]
A Dboard_c.py154 err_dic = {}
219 return err_dic;
230 err_dic = {}
285 err_dic = {}
302 if err_dic:
313 if err_dic:
357 return err_dic
490 err_dic = {}
502 if err_dic:
503 return err_dic
[all …]
/misc/config_tools/scenario_config/
A Dscenario_cfg_gen.py188 err_dic = {}
191 if err_dic:
196 if err_dic:
209 if err_dic:
239 if err_dic:
246 if err_dic:
250 if not err_dic:
258 return err_dic
266 if err_dic:
271 return err_dic
[all …]
A Dscenario_item.py400 err_dic = scenario_cfg_lib.vm_cpu_affinity_check(self.scenario_info, None, self.cpus_per_vm)
410 scenario_cfg_lib.ERR_LIST.update(err_dic)
/misc/config_tools/hv_config/
A Dboard_defconfig.py29 (err_dic, ttyn) = board_cfg_lib.parser_hv_console()
30 if err_dic:
31 hv_cfg_lib.ERR_LIST.update(err_dic)
132 err_dic = {}
135 (err_dic, scenario_name) = acrn_config_utilities.get_scenario_name()
136 (err_dic, board_name) = acrn_config_utilities.get_board_name()
149 return err_dic
/misc/config_tools/library/
A Dacrn_config_utilities.py116 err_dic = {}
140 return (err_dic, params)
144 return (err_dic, params)
146 return (err_dic, params)
151 err_dic = {}
167 return err_dic
176 err_dic = {}
187 return (err_dic, value)
194 return (err_dic, value)
240 return (err_dic, board)
[all …]
A Dlaunch_cfg_lib.py73 err_dic = {}
84 err_dic['acrn_config_utilities error: wrong parameter'] = "wrong usage"
102 err_dic['common error: wrong parameter'] = "--user_vmid should be a number"
107 err_dic['common error: wrong parameter'] = "wrong usage"
108 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
111 err_dic['common error: wrong parameter'] = "{} does not exist!".format(board_info_file)
112 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
115 err_dic['common error: wrong parameter'] = "{} does not exist!".format(scenario_info_file)
116 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
119 err_dic['common error: wrong parameter'] = "{} does not exist!".format(launch_info_file)
[all …]
A Dscenario_cfg_lib.py287 err_dic = {}
317 if err_dic:
318 return err_dic
324 return err_dic
350 return err_dic
362 return err_dic
632 return (err_dic, i)
1248 err_dic = {}
1253 if err_dic:
1257 return err_dic
[all …]
A Dboard_cfg_lib.py218 err_dic = {}
222 return (err_dic, ttys_n)
229 return (err_dic, ttys_n)
A Dhv_cfg_lib.py92 err_dic = {}
/misc/config_tools/acpi_gen/
A Dasl_gen.py854 err_dic = {}
856 (err_dic, params) = acrn_config_utilities.get_param(args)
857 if err_dic:
858 return err_dic
942 err_dic['board config: processors'] = emsg
943 return err_dic
954 err_dic['vm,cpu_affinity,pcpu_id'] = emsg
956 return err_dic

Completed in 22 milliseconds