Home
last modified time | relevance | path

Searched refs:config_file (Results 1 – 5 of 5) sorted by relevance

/tools/ocaml/xenstored/
A Dparse_arg.ml23 config_file: string option; RecordField
32 let get_config_filename config_file =
33 match config_file with
43 and config_file = ref ""
54 ("--config-file", Arg.Set_string config_file,
92 config_file = if !config_file <> "" then Some !config_file else None;
A Dxenstored.ml83 match cf.config_file with
/tools/xl/
A Dxl_saverestore.c170 const char *config_file = NULL; in main_restore() local
209 config_file = argv[optind]; in main_restore()
221 dom_info.config_file = config_file; in main_restore()
A Dxl_vmcontrol.c701 const char *config_file = dom_info->config_file; in create_domain() local
812 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 …]
A Dxl.h43 const char *config_file; member

Completed in 10 milliseconds