Searched refs:xlu_cfg_get_long (Results 1 – 4 of 4) sorted by relevance
/xen/tools/xl/ |
A D | xl_parse.c | 266 if (!xlu_cfg_get_long (config, "vncdisplay", &l, 0)) in parse_top_level_vnc_options() 1350 if (!xlu_cfg_get_long (config, "cap", &l, 0)) in parse_config_data() 1352 if (!xlu_cfg_get_long (config, "period", &l, 0)) in parse_config_data() 1354 if (!xlu_cfg_get_long (config, "slice", &l, 0)) in parse_config_data() 1356 if (!xlu_cfg_get_long (config, "latency", &l, 0)) in parse_config_data() 1361 if (!xlu_cfg_get_long (config, "memory", &l, 0)) in parse_config_data() 1364 if (!xlu_cfg_get_long (config, "maxmem", &l, 0)) in parse_config_data() 1367 if (!xlu_cfg_get_long (config, "vcpus", &l, 0)) { in parse_config_data() 1378 if (!xlu_cfg_get_long (config, "maxvcpus", &l, 0)) in parse_config_data() 1848 if (!xlu_cfg_get_long(config, "altp2m", &l, 1)) { in parse_config_data() [all …]
|
A D | xl.c | 127 if (!xlu_cfg_get_long (config, "run_hotplug_scripts", &l, 0)) in parse_global_config() 193 if (!xlu_cfg_get_long (config, "claim_mode", &l, 0)) in parse_global_config()
|
/xen/tools/libxl/ |
A D | libxlutil.h | 64 int xlu_cfg_get_long(const XLU_Config*, const char *n, long *value_r,
|
A D | libxlu_cfg.c | 326 int xlu_cfg_get_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_long() function 338 ret = xlu_cfg_get_long(cfg, n, &l, dont_warn); in xlu_cfg_get_defbool()
|
Completed in 10 milliseconds