Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxlutil.h66 int xlu_cfg_get_bounded_long(const XLU_Config*, const char *n, long min,
A Dlibxlu_cfg.c271 int xlu_cfg_get_bounded_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_bounded_long() function
328 return xlu_cfg_get_bounded_long(cfg, n, LONG_MIN, LONG_MAX, value_r, in xlu_cfg_get_long()
/xen/tools/xl/
A Dxl.c201 e = xlu_cfg_get_bounded_long (config, "max_grant_frames", 0, INT_MAX, in parse_global_config()
208 e = xlu_cfg_get_bounded_long (config, "max_maptrack_frames", 0, in parse_global_config()
A Dxl_parse.c1414 e = xlu_cfg_get_bounded_long (config, "max_grant_frames", 0, INT_MAX, in parse_config_data()
1423 e = xlu_cfg_get_bounded_long (config, "max_maptrack_frames", 0, in parse_config_data()

Completed in 10 milliseconds