Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_parse.c1088 if (!xlu_cfg_get_list(config, "vsnd", &vsnds, 0, 0)) { in parse_vsnd_config()
1153 if (!xlu_cfg_get_list (config, "vkb", &vkbs, 0, 0)) { in parse_vkb_list()
1470 if (!xlu_cfg_get_list (config, "pci", &pcis, 0, 0)) { in parse_config_data()
1673 switch (xlu_cfg_get_list(config, "viridian", in parse_config_data()
1763 switch (xlu_cfg_get_list(config, "mca_caps", in parse_config_data()
1979 if (!xlu_cfg_get_list (config, "disk", &vbds, 0, 0)) { in parse_config_data()
1995 if (!xlu_cfg_get_list(config, "p9", &p9devs, 0, 0)) { in parse_config_data()
2048 if (!xlu_cfg_get_list(config, "vtpm", &vtpms, 0, 0)) { in parse_config_data()
2235 if (!xlu_cfg_get_list (config, "vif", &nics, 0, 0)) { in parse_config_data()
2261 if (!xlu_cfg_get_list(config, "vif2", NULL, 0, 0)) { in parse_config_data()
[all …]
A Dxl_cpupool.c157 if (!xlu_cfg_get_list(config, "nodes", &nodes, 0, 0)) { in main_cpupoolcreate()
184 } else if (!xlu_cfg_get_list(config, "cpus", &cpus, 0, 1)) { in main_cpupoolcreate()
/xen/tools/libxl/
A Dlibxlutil.h71 int xlu_cfg_get_list(const XLU_Config*, const char *n,
A Dlibxlu_cfg.c344 int xlu_cfg_get_list(const XLU_Config *cfg, const char *n, in xlu_cfg_get_list() function
368 rc = xlu_cfg_get_list(cfg, n, &list, &nr, dont_warn); in xlu_cfg_get_list_as_string_list()

Completed in 9 milliseconds