Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dcheck-xl-vcpupin-parse13 outfile=check-xl-vcpupin-parse.data
21 - generates some test data and saves them in $outfile;
23 $outfile).
33 -o ofile save the test data in ofile (default: $outfile)
65 printf "$1*$2*$3\n" >> $outfile
131 outfile=$OPTARG
145 cat >$outfile <<END
160 echo "# Testing a wrong configuration" >> $outfile
163 echo "# Testing the 'all' syntax" >> $outfile
169 echo "# Testing the empty cpumap case" >> $outfile
[all …]
/xen-4.10.0-shim-comet/tools/include/xen-foreign/
A Dmkchecker.py7 outfile = sys.argv[1]; variable
10 f = open(outfile, "w");
A Dmkheader.py8 outfile = sys.argv[2]; variable
115 fileid = re.sub("[-.]", "_", "__FOREIGN_%s__" % outfile.upper());
214 f = open(outfile, "w");
/xen-4.10.0-shim-comet/docs/
A Dxen-headers242 my ($infile, $outfile) = @_;
243 debug(1,"$pass $infile => $outfile");
320 write_file($outfile, $o);
A DMakefile123 $(POD2HTML) --infile=$$< --outfile=$$@
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxentrace.c55 char *outfile; member
1149 opts.outfile = argv[optind]; in parse_args()
1162 opts.outfile = 0; in main()
1192 if ( opts.outfile ) in main()
1193 outfd = open(opts.outfile, in main()

Completed in 9 milliseconds