Searched refs:xlu_cfg_readdata (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxl/ |
A D | libxlutil.h | 44 int xlu_cfg_readdata(XLU_Config*, const char *data, int length);
|
A D | libxlu_cfg.c | 109 int xlu_cfg_readdata(XLU_Config *cfg, const char *data, int length) { in xlu_cfg_readdata() function
|
/xen/tools/xl/ |
A D | xl.c | 108 e = xlu_cfg_readdata(config, configfile_data, configfile_len); in parse_global_config()
|
A D | xl_cpupool.c | 116 ret = xlu_cfg_readdata(config, config_data, config_len); in main_cpupoolcreate()
|
A D | xl_parse.c | 1244 e= xlu_cfg_readdata(config, config_data, config_len); in parse_config_data()
|
Completed in 14 milliseconds