Searched refs:config_file (Results 1 – 5 of 5) sorted by relevance
23 config_file: string option; RecordField32 let get_config_filename config_file =33 match config_file with43 and config_file = ref ""54 ("--config-file", Arg.Set_string config_file,92 config_file = if !config_file <> "" then Some !config_file else None;
83 match cf.config_file with
170 const char *config_file = NULL; in main_restore() local209 config_file = argv[optind]; in main_restore()221 dom_info.config_file = config_file; in main_restore()
701 const char *config_file = dom_info->config_file; in create_domain() local812 if (config_file) { in create_domain()815 if (!strcmp(config_file, "/dev/null")) { in create_domain()818 ret = libxl_read_file_contents(ctx, config_file, in create_domain()821 config_file, strerror(errno)); return ERROR_FAIL; } in create_domain()834 config_source=config_file; in create_domain()1228 .config_file = NULL, in main_create()1258 dom_info.config_file = argv[1]; in main_create()1283 dom_info.config_file = optarg; in main_create()1303 } else if (!dom_info.config_file) { in main_create()[all …]
43 const char *config_file; member
Completed in 10 milliseconds