Home
last modified time | relevance | path

Searched refs:tracefile (Results 1 – 4 of 4) sorted by relevance

/xen/tools/ocaml/xenstored/
A Dparse_arg.ml25 tracefile: string option; (* old xenstored compatibility *) RecordField
32 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
54 ("-T", Arg.Set_string tracefile, ""); (* for compatibility *)
68 tracefile = if !tracefile <> "" then Some !tracefile else None;
/xen/tools/xenstore/
A Dxenstored_control.c84 talloc_free(tracefile); in do_control_logfile()
85 tracefile = talloc_strdup(NULL, vec[0]); in do_control_logfile()
103 if (!tracefile) in do_control_memreport()
105 fp = fopen(tracefile, "a"); in do_control_memreport()
A Dxenstored_core.h190 extern char *tracefile;
A Dxenstored_core.c84 char *tracefile = NULL; variable
199 if (tracefile) { in reopen_log()
202 tracefd = open(tracefile, O_WRONLY|O_CREAT|O_APPEND, 0600); in reopen_log()
2028 tracefile = optarg; in main()
2105 if (tracefile) in main()
2106 tracefile = talloc_strdup(NULL, tracefile); in main()

Completed in 58 milliseconds