HomeSort by: relevance | last modified time | path
    Searched refs:Output (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/arch/shark/include/
kerndebug.h 47 ** KERNEL_DEBUG macro. In addition the amount of debug output is
103 #define KERN_DEBUG(CntrlVar,Level,Output) \
111 printf Output; \
116 printf Output; \
121 #define KERN_DEBUG(CntrlVar,Level,Output)
  /src/lib/libcurses/PSD.doc/
appen.C 60 .sh 3 "Simple Character Output"
62 This program demonstrates how to set up a window and output characters to it.
63 Also, it demonstrates how one might control the output to the window.
64 If you run this program, you will get a demonstration of the character output
65 characteristics discussed in the above Character Output section.
  /src/tests/bin/sh/
t_redir.sh 257 atf_set "descr" "Test Output redirections"
266 rm -f Output 2>/dev/null || :
267 test -f Output && atf_fail "Unable to remove Output file"
269 i; atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c '> Output'
270 test -f Output || atf_fail "#$T: Did not make Output file"
272 rm -f Output 2>/dev/null || :
273 i; atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c '>> Output'
274 test -f Output || atf_fail "#$T: Did not make Output file
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
ar_to_bc.sh 4 echo "Usage: $0 INPUT... OUTPUT"
16 OUTPUT=
18 INPUTS="$INPUTS $OUTPUT"
19 OUTPUT=$(readlink -f $ARG)
23 echo Output: $OUTPUT
37 $LINK *.o -o $OUTPUT
  /src/sys/external/bsd/gnu-efi/dist/lib/
console.c 25 Output (
print.c 87 // Output
100 INTN (EFIAPI *Output)(VOID *context, CHAR16 *str);
225 ps.Output = _DbgOut;
408 IN INTN (EFIAPI *Output)(VOID *context, CHAR16 *str)
415 ps.Output = Output;
440 Str - Output buffer to print the formatted string into
482 Str - Output buffer to print the formatted string into
786 ps.Output = (INTN (EFIAPI *)(VOID *, CHAR16 *)) Out->OutputString;
862 Str - Output buffer to print the formatted string int
    [all...]
  /src/lib/libc/sys/
makelintstub 44 -o filename Output to filename.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-j7200-common-proc-board.dts 31 /* Output of LM5140 */
42 /* Output of LM5140 */
53 /* Output of TPS22918 */
65 /* Output of TLV71033 */
k3-j721e-common-proc-board.dts 50 /* Output of LMS140 */
61 /* Output of LM5140 */
449 output-low;
457 output-high;
483 /* Confiure AUDIO_EXT_REFCLK2 pin as output */
k3-am654-base-board.dts 100 /* Output of TPS54334 */
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 90 to compile ASL source files. The output is sent to the VC output
109 Use Output Window <Check this option>
118 By enabling "Use Output Window", you can click on error messages in
119 the output window and the source file and source line will be
138 Output:
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra72-evm-common.dtsi 34 /* Output 1 of TPS43351QDAPRQ1 on dra72-evm */
35 /* Output 1 of LM5140QRWGTQ1 on dra71-evm */
56 /* Output 2 of TPS43351QDAPRQ1 on dra72-evm */
57 /* Output 2 of LM5140QRWGTQ1 on dra71-evm */
275 output-low;
imx7d-zii-rpu2.dts 100 simple-audio-card,name = "Audio Output 1";
125 simple-audio-card,name = "Audio Output 2";
150 simple-audio-card,name = "Audio Output 3";
dra7-evm.dts 99 /* Output of Cntlr A of TPS43351-Q1 on dra7-evm */
110 /* Output of Cntlr B of TPS43351-Q1 on dra7-evm */
373 output-low;
dra76-evm.dts 73 /* Output of Cntlr B of TPS43351-Q1 on dra76-evm */
94 /* Output of Cntlr A of TPS43351-Q1 on dra76-evm */
382 output-low;
473 ti,min-output-impedance;
482 ti,min-output-impedance;
pxa3xx.dtsi 87 * used in parentheses for don't-care values. Except for the float output,
89 * non-LPM pulled output, the same configuration could probably be used.
91 * Output value sleep_oe_n sleep_data pullup_en pulldown_en pull_sel
am57xx-beagle-x15-common.dtsi 44 /* Output of TPS54531D */
imx6dl-prtmvt.dts 416 /* Output port 2 is video output pad */
imx6dl-victgo.dts 370 /* Output port 2 is video output pad */
  /src/sys/external/isc/libsodium/dist/builds/
Makefile.am 18 msvc/properties/Output.props \
  /src/sys/arch/prep/include/
residual.h 164 Output = 0x01
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 391 // dscc - output cdc fifo
397 // dscc - output serializer
412 // dscc - output cdc fifo
416 // dscc - output serializer
431 // dscc - output cdc fifo
433 // dscc - output serializer
3199 enum output_encoder_class Output,
3203 if (Output == dm_hdmi) {
4060 if (mode_lib->vba.Output[k] == dm_hdmi) {
4066 mode_lib->vba.Output[k]
    [all...]
amdgpu_display_mode_vba_20v2.c 415 // dscc - output cdc fifo
421 // dscc - output serializer
436 // dscc - output cdc fifo
440 // dscc - output serializer
455 // dscc - output cdc fifo
457 // dscc - output serializer
3236 enum output_encoder_class Output,
3240 if (Output == dm_hdmi) {
4104 if (mode_lib->vba.Output[k] == dm_hdmi) {
4110 mode_lib->vba.Output[k]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 586 // dscc - output cdc fifo
592 // dscc - output serializer
607 // dscc - output cdc fifo
611 // dscc - output serializer
626 // dscc - output cdc fifo
628 // dscc - output serializer
3271 enum output_encoder_class Output,
3275 if (Output == dm_hdmi) {
4140 if (mode_lib->vba.Output[k] == dm_hdmi) {
4147 mode_lib->vba.Output[k]
    [all...]
  /src/common/dist/zlib/os400/
zlib.inc 97 D zs_next_out * Output buffer ptr
197 D s * value options(*string) String to output
456 D out * value procptr Output function
457 D out_desc * value Output descriptor

Completed in 33 milliseconds

1 2