Searched refs:XLU_Config (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlutil.h | 29 typedef struct XLU_Config XLU_Config; typedef 33 XLU_Config *xlu_cfg_init(FILE *report, const char *report_filename); 38 int xlu_cfg_readfile(XLU_Config*, const char *real_filename); 39 int xlu_cfg_readdata(XLU_Config*, const char *data, int length); 43 void xlu_cfg_destroy(XLU_Config*); 57 int xlu_cfg_replace_string(const XLU_Config *cfg, const char *n, 59 int xlu_cfg_get_long(const XLU_Config*, const char *n, long *value_r, 64 int xlu_cfg_get_list(const XLU_Config*, const char *n, 69 int xlu_cfg_get_list_as_string_list(const XLU_Config *cfg, const char *n, 78 int xlu_cfg_value_get_list(const XLU_Config *cfg, XLU_ConfigValue *value, [all …]
|
A D | libxlu_cfg.c | 28 XLU_Config *xlu_cfg_init(FILE *report, const char *report_source) { in xlu_cfg_init() 29 XLU_Config *cfg; in xlu_cfg_init() 42 static int ctx_prep(CfgParseContext *ctx, XLU_Config *cfg) { in ctx_prep() 82 int xlu_cfg_readfile(XLU_Config *cfg, const char *real_filename) { in xlu_cfg_readfile() 109 int xlu_cfg_readdata(XLU_Config *cfg, const char *data, int length) { in xlu_cfg_readdata() 159 void xlu_cfg_destroy(XLU_Config *cfg) { in xlu_cfg_destroy() 184 static int find_atom(const XLU_Config *cfg, const char *n, in find_atom() 250 int xlu_cfg_get_string(const XLU_Config *cfg, const char *n, in xlu_cfg_get_string() 260 int xlu_cfg_replace_string(const XLU_Config *cfg, const char *n, in xlu_cfg_replace_string() 271 int xlu_cfg_get_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_long() [all …]
|
A D | libxlu_vif.c | 7 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err() 13 static int vif_parse_rate_bytes_per_sec(XLU_Config *cfg, const char *bytes, in vif_parse_rate_bytes_per_sec() 52 static int vif_parse_rate_interval_usecs(XLU_Config *cfg, const char *interval, in vif_parse_rate_interval_usecs() 93 int xlu_vif_parse_rate(XLU_Config *cfg, const char *rate, libxl_device_nic *nic) in xlu_vif_parse_rate()
|
A D | libxlu_internal.h | 59 struct XLU_Config { struct 66 XLU_Config *cfg; argument
|
A D | libxlu_disk_i.h | 8 XLU_Config *cfg;
|
A D | libxlu_pci.c | 48 int xlu_pci_parse_bdf(XLU_Config *cfg, libxl_device_pci *pcidev, const char *str) in xlu_pci_parse_bdf() 185 int xlu_rdm_parse(XLU_Config *cfg, libxl_rdm_reserve *rdm, const char *str) in xlu_rdm_parse()
|
A D | libxlu_disk.c | 49 int xlu_disk_parse(XLU_Config *cfg, in xlu_disk_parse()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.h | 26 void parse_disk_config(XLU_Config **config, const char *spec, 29 void parse_disk_config_multistring(XLU_Config **config, 35 int parse_nic_config(libxl_device_nic *nic, XLU_Config **config, char *token);
|
A D | xl_pci.c | 61 XLU_Config *config; in pcidetach() 112 XLU_Config *config; in pciattach() 188 XLU_Config *config; in pciassignable_add() 230 XLU_Config *config; in pciassignable_remove()
|
A D | xl_cdrom.c | 32 XLU_Config *config = 0; in cd_insert()
|
A D | xl_block.c | 30 XLU_Config *config = 0; in main_blockattach()
|
A D | xl_nic.c | 55 XLU_Config *config = 0; in main_networkattach()
|
A D | xl_parse.c | 96 void parse_disk_config_multistring(XLU_Config **config, in parse_disk_config_multistring() 117 void parse_disk_config(XLU_Config **config, const char *spec, in parse_disk_config() 123 static void parse_vif_rate(XLU_Config **config, const char *rate, in parse_vif_rate() 256 static void parse_top_level_vnc_options(XLU_Config *config, in parse_top_level_vnc_options() 269 static void parse_top_level_sdl_options(XLU_Config *config, in parse_top_level_sdl_options() 278 static char *parse_cmdline(XLU_Config *config) in parse_cmdline() 415 int parse_nic_config(libxl_device_nic *nic, XLU_Config **config, char *token) in parse_nic_config() 569 static void parse_vnuma_config(const XLU_Config *config, in parse_vnuma_config() 861 XLU_Config *config; in parse_config_data()
|
A D | xl.c | 90 XLU_Config *config; in parse_global_config()
|
A D | xl_cpupool.c | 41 XLU_Config *config; in main_cpupoolcreate()
|
Completed in 22 milliseconds