Lines Matching refs:dont_warn

185                      XLU_ConfigSetting **set_r, int dont_warn) {  in find_atom()  argument
192 if (!dont_warn) in find_atom()
210 char **value_r, int dont_warn) in xlu_cfg_value_get_string() argument
213 if (!dont_warn) in xlu_cfg_value_get_string()
227 XLU_ConfigList **value_r, int dont_warn) in xlu_cfg_value_get_list() argument
230 if (!dont_warn) in xlu_cfg_value_get_list()
251 const char **value_r, int dont_warn) { in xlu_cfg_get_string() argument
255 e= find_atom(cfg,n,&set,dont_warn); if (e) return e; in xlu_cfg_get_string()
261 char **value_r, int dont_warn) { in xlu_cfg_replace_string() argument
265 e= find_atom(cfg,n,&set,dont_warn); if (e) return e; in xlu_cfg_replace_string()
273 int dont_warn) { in xlu_cfg_get_bounded_long() argument
279 e= find_atom(cfg,n,&set,dont_warn); if (e) return e; in xlu_cfg_get_bounded_long()
281 if (!dont_warn) in xlu_cfg_get_bounded_long()
293 if (!dont_warn) in xlu_cfg_get_bounded_long()
301 if (!dont_warn) in xlu_cfg_get_bounded_long()
308 if (!dont_warn) in xlu_cfg_get_bounded_long()
315 if (!dont_warn) in xlu_cfg_get_bounded_long()
327 long *value_r, int dont_warn) { in xlu_cfg_get_long() argument
329 dont_warn); in xlu_cfg_get_long()
333 int dont_warn) in xlu_cfg_get_defbool() argument
338 ret = xlu_cfg_get_long(cfg, n, &l, dont_warn); in xlu_cfg_get_defbool()
345 XLU_ConfigList **list_r, int *entries_r, int dont_warn) { in xlu_cfg_get_list() argument
349 if (!dont_warn) { in xlu_cfg_get_list()
363 libxl_string_list *psl, int dont_warn) { in xlu_cfg_get_list_as_string_list() argument
368 rc = xlu_cfg_get_list(cfg, n, &list, &nr, dont_warn); in xlu_cfg_get_list_as_string_list()