Searched refs:output (Results 51 - 75 of 949) sorted by path

1234567891011>>

/linux-master/tools/power/cpupower/bench/
H A Dmain.c19 {"output", 1, 0, 'o'},
53 printf(" -o, --output=<dir>\t\t\toutput path. Filename will be OUTPUTPATH/benchmark_TIMESTAMP.log\n");
54 printf(" -v, --verbose\t\t\t\tverbose output on/off\n");
82 if (config->output != NULL)
83 fclose(config->output);
85 config->output = prepare_output(optarg);
87 if (config->output == NULL)
90 dprintf("user output path -> %s\n", optarg);
114 if (config->output != NULL)
115 fclose(config->output);
[all...]
H A Dparse.c53 FILE *output = NULL; local
96 output = fopen(filename, "w+");
97 if (output == NULL) {
105 fprintf(output, "#round load sleep performance powersave percentage\n");
110 return output;
117 * @retval NULL when the output file can't be created
137 config->output = stdout;
204 else if (strcmp("output", opt) == 0)
205 config->output = prepare_output(val);
H A Dparse.h28 unsigned int verbose; /* verbose output */
29 FILE *output; /* logfile */ member in struct:config
31 if output != NULL and output != stdout*/
H A Dsystem.c140 if (config->verbose || config->output != stdout)
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c368 __be32 output[VPHN_ASSOC_BUFSIZE] = { 0 }; local
371 vphn_unpack_associativity(test->input, output);
373 len = be32_to_cpu(output[0]);
381 u32 val = be32_to_cpu(output[i]);
/linux-master/tools/wmi/
H A Ddell-smbios-example.c38 buffer->std.output[0], buffer->std.output[1],
39 buffer->std.output[2], buffer->std.output[3]);
103 if (ret != 0 || buffer->std.output[0] != 0)
105 ret = (buffer->std.output[1] == *cmpvalue);
/linux-master/Documentation/
H A DMakefile27 BUILDDIR = $(obj)/output
149 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
208 @echo ' make DOCS_CSS={a .css file} adds a DOCS_CSS override file for html/epub output.'
210 @echo ' Default location for the generated documents is Documentation/output'
/linux-master/Documentation/sphinx/
H A Dkfigure.py12 The build for image formats depend on image's source format and output's
15 methods *to* always get the best output-format even if some tools are not
187 dot_Thelp_list = err.output
193 kernellog.warn(app, "dot(1) not found, for better output quality install "
245 This function handles output image formats in dependence of source the
246 format (of the image) and the translator's output format.
339 * ``out_fname`` pathname of the output file, including format extension
369 * ``pdf_name`` pathname of the output PDF file with extension (``.pdf``)
386 warning_msg = err.output
405 * ``pdf_fname`` pathname of output PD
[all...]
H A Dmaintainers_include.py86 # Check state machine for output rendering behavior.
87 output = None
90 output = "| %s" % (line.replace("\\", "\\\\"))
111 output = field_content + "\n\n"
116 output = output + "%s\n%s" % (heading, "~" * len(heading))
139 output = field_content + "\n"
144 output = line
147 if output != None:
148 for separated in output
[all...]
H A Dparse-headers.pl322 # Generate output file
375 The output is written at the (OUT_FILE).
/linux-master/
H A DMakefile60 # Beautify output
167 # Kbuild will save output files in the current working directory.
172 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile
174 # If you want to save output files in a different location, there are
178 # Use "make O=dir/to/store/output/files/"
181 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
182 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
197 $(if $(abs_objtree),,$(error failed to create output directory "$(KBUILD_OUTPUT)"))
238 # Invoke a second make in the output directory, passing relevant variables
629 # outputmakefile generates a Makefile in the output director
[all...]
/linux-master/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S131 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
/linux-master/arch/arc/kernel/
H A Dhead.S149 GET_TSK_STACK_BASE r9, sp ; r9 = tsk, sp = stack base(output)
/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c63 int do_decompress(u8 *input, int len, u8 *output, void (*error)(char *x)) argument
65 return __decompress(input, len, NULL, NULL, output, 0, NULL, error);
H A Dmisc.h16 int do_decompress(u8 *input, int len, u8 *output, void (*error)(char *x));
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S127 * q0 : first in/output block
128 * q1 : second in/output block (_4x version only)
129 * q2 : third in/output block (_4x version only)
130 * q3 : fourth in/output block (_4x version only)
573 add r4, r0, r4 @ output address of final block
659 add r4, r0, r4 @ output address of final block
H A Dpoly1305-armv4.pl24 if ($flavour=~/\w[\w\-]*\.\w+$/) { $output=$flavour; undef $flavour; }
25 else { while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {} }
33 open STDOUT,"| \"$^X\" $xlate $flavour $output";
35 open STDOUT,">$output";
H A Dsha256-armv4.pl47 while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
48 open STDOUT,">$output";
H A Dsha512-armv4.pl60 while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
61 open STDOUT,">$output";
/linux-master/arch/arm/mach-davinci/
H A Dpdata-quirks.c148 .output = {
159 .output = {
/linux-master/arch/arm/mach-pxa/
H A Dreset.c19 int init_gpio_reset(int gpio, int output, int level) argument
29 if (output)
H A Dreset.h17 * @output: set gpio as output instead of input during normal work
18 * @level: output level
20 extern int init_gpio_reset(int gpio, int output, int level);
H A Dsleep.S105 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep
/linux-master/arch/arm64/crypto/
H A Dpoly1305-armv8.pl31 $output=shift;
39 open STDOUT,"| \"$^X\" $xlate $flavour $output";
41 open STDOUT,">$output";
254 rev $h0,$h0 // flip output bytes
H A Dsha512-armv8.pl63 $output=pop;
72 open OUT,"| \"$^X\" $xlate $flavour $output";
75 open STDOUT,">$output";
78 if ($output =~ /512/) {

Completed in 212 milliseconds

1234567891011>>