Searched refs:xlu_cfg_get_bounded_long (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlutil.h | 66 int xlu_cfg_get_bounded_long(const XLU_Config*, const char *n, long min,
|
A D | libxlu_cfg.c | 271 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 D | xl.c | 201 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 D | xl_parse.c | 1414 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