Home
last modified time | relevance | path

Searched refs:xlu_cfg_get_long (Results 1 – 4 of 4) sorted by relevance

/tools/xl/
A Dxl_parse.c266 if (!xlu_cfg_get_long (config, "vncdisplay", &l, 0)) in parse_top_level_vnc_options()
1437 if (!xlu_cfg_get_long (config, "cap", &l, 0)) in parse_config_data()
1439 if (!xlu_cfg_get_long (config, "period", &l, 0)) in parse_config_data()
1441 if (!xlu_cfg_get_long (config, "slice", &l, 0)) in parse_config_data()
1443 if (!xlu_cfg_get_long (config, "latency", &l, 0)) in parse_config_data()
1448 if (!xlu_cfg_get_long (config, "memory", &l, 0)) in parse_config_data()
1451 if (!xlu_cfg_get_long (config, "maxmem", &l, 0)) in parse_config_data()
1489 if (!xlu_cfg_get_long (config, "vcpus", &l, 0)) { in parse_config_data()
2089 if (!xlu_cfg_get_long(config, "altp2m", &l, 1)) { in parse_config_data()
2802 if (!xlu_cfg_get_long (config, "vnc", &l, 0)) in parse_config_data()
[all …]
A Dxl.c136 if (!xlu_cfg_get_long (config, "run_hotplug_scripts", &l, 0)) in parse_global_config()
202 if (!xlu_cfg_get_long (config, "claim_mode", &l, 0)) in parse_global_config()
/tools/include/
A Dlibxlutil.h64 int xlu_cfg_get_long(const XLU_Config*, const char *n, long *value_r,
/tools/libs/util/
A Dlibxlu_cfg.c325 int xlu_cfg_get_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_long() function
337 ret = xlu_cfg_get_long(cfg, n, &l, dont_warn); in xlu_cfg_get_defbool()

Completed in 36 milliseconds