Searched refs:xlu_cfg_get_list (Results 1 – 4 of 4) sorted by relevance
/xen/tools/xl/ |
A D | xl_parse.c | 1088 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 D | xl_cpupool.c | 157 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 D | libxlutil.h | 71 int xlu_cfg_get_list(const XLU_Config*, const char *n,
|
A D | libxlu_cfg.c | 344 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