/openbsd-src/sys/dev/pci/drm/amd/display/modules/hdcp/ |
H A D | hdcp2_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition() argument 42 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition() 43 set_state_id(hdcp, output, HDCP_INITIALIZED); in mod_hdcp_hdcp2_transition() 45 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition() 46 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT); in mod_hdcp_hdcp2_transition() 54 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition() 57 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition() 60 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp2_transition() 61 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition() 62 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CERT); in mod_hdcp_hdcp2_transition() [all …]
|
H A D | hdcp1_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition() argument 41 callback_in_ms(500, output); in mod_hdcp_hdcp1_transition() 45 callback_in_ms(0, output); in mod_hdcp_hdcp1_transition() 46 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS); in mod_hdcp_hdcp1_transition() 52 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition() 60 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition() 63 callback_in_ms(300, output); in mod_hdcp_hdcp1_transition() 64 set_state_id(hdcp, output, in mod_hdcp_hdcp1_transition() 70 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition() 79 fail_and_restart_in_ms(1000, &status, output); in mod_hdcp_hdcp1_transition() [all …]
|
H A D | hdcp.c | 130 struct mod_hdcp_output *output) in transition() argument 140 callback_in_ms(0, output); in transition() 141 set_state_id(hdcp, output, D2_A0_DETERMINE_RX_HDCP_CAPABLE); in transition() 143 callback_in_ms(0, output); in transition() 144 set_state_id(hdcp, output, D1_A0_DETERMINE_RX_HDCP_CAPABLE); in transition() 146 callback_in_ms(0, output); in transition() 147 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED); in transition() 148 set_auth_complete(hdcp, output); in transition() 152 callback_in_ms(0, output); in transition() 153 set_state_id(hdcp, output, H2_A0_KNOWN_HDCP2_CAPABLE_RX); in transition() [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | file.t | 27 my @output; 32 push @output => grep { $_ ne '' } 67 chomp(@output); 76 my $status = pop @output; 78 my $summary = pop @output; 81 is_deeply \@output, \@expected, '... the output should be correct'; 89 @output = (); 96 chomp(@output); 105 $status = pop @output; [all...] |
H A D | harness.t | 44 my ( $self, $output, $color ) = @_; 45 $output->("[[$color]]"); 87 my @output; 91 push @output => grep { $_ ne '' } 120 chomp(@output); 135 my $status = pop @output; 137 my $summary = pop @output; 140 is_deeply \@output, \@expected, '... and the output should be correct'; 148 @output [all...] |
/openbsd-src/usr.sbin/nsd/ |
H A D | rdata.c | 74 typedef int (*rdata_to_string_type)(buffer_type *output, 79 rdata_dname_to_string(buffer_type *output, rdata_atom_type rdata, in rdata_dname_to_string() argument 82 buffer_printf(output, in rdata_dname_to_string() 90 rdata_dns_name_to_string(buffer_type *output, rdata_atom_type rdata, in rdata_dns_name_to_string() argument 101 buffer_printf(output, "."); in rdata_dns_name_to_string() 107 buffer_printf(output, "\\%c", (char) ch); in rdata_dns_name_to_string() 109 buffer_printf(output, "\\%03u", (unsigned int) ch); in rdata_dns_name_to_string() 111 buffer_printf(output, "%c", (char) ch); in rdata_dns_name_to_string() 113 buffer_printf(output, "\\%03u", (unsigned int) ch); in rdata_dns_name_to_string() 122 buffer_printf(output, "."); in rdata_dns_name_to_string() [all …]
|
/openbsd-src/regress/sys/kern/unfdpass/ |
H A D | Makefile | 7 CLEANFILES+=file1 file2 file3 file4 file5 output test-sock 16 ./unfdpass > output 17 cmp -s ${.CURDIR}/expected output 20 ./unfdpass -p > output 21 cmp -s ${.CURDIR}/expected output 24 ./unfdpass -q > output 25 cmp -s ${.CURDIR}/expected output 28 ./unfdpass -pq > output 29 cmp -s ${.CURDIR}/expected output 32 ./unfdpass -o > output [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
H A D | Bzip2.xs | 90 "Output Buffer Full", /* BZ_OUTBUFF_FULL (-8) */ 467 bzdeflate (s, buf, output) 470 SV * output 490 /* and retrieve the output buffer */ 491 output = deRef_l(output, "deflate") ; 493 if (DO_UTF8(output) && !sv_utf8_downgrade(output, 1)) 494 croak("Wide character in " COMPRESS_CLASS "::bzdeflate output parameter"); 498 SvOOK_off(output); 500 SvCUR_set(output, 0); 502 cur_length = SvCUR(output) ; [all …]
|
/openbsd-src/lib/libc/stdio/ |
H A D | stdio.3 | 35 .Nd standard input/output library functions 45 Input and output is mapped into logical data streams and the physical I/O 67 function; all output takes place as if all characters were 75 Output streams are flushed (any unwritten buffer contents are transferred 86 function is called, all open files are closed (hence all output 89 buffered output may be lost. 117 .Em standard output 118 (for writing conventional output), and 121 (for writing diagnostic output). 130 is unbuffered; the standard input and output streams are [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | mkconfig.sh | 33 output=$1 34 rm -f ${output}T 38 header_guard=GCC_`echo ${output} | sed -e ${hg_sed_expr}` 41 echo "#ifndef ${header_guard}" >> ${output}T 42 echo "#define ${header_guard}" >> ${output}T 46 if test x"$output" = x"config.h"; then 47 echo "#ifdef GENERATOR_FILE" >> ${output}T 48 echo "#error config.h is for the host, not build, machine." >> ${output}T 49 echo "#endif" >> ${output}T 55 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}T [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | mkconfig.sh | 13 output=$1 14 rm -f ${output}T 19 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}T 24 echo "#ifndef $def" | sed 's/=.*//' >> ${output}T 25 echo "# define $def" | sed 's/=/ /' >> ${output}T 26 echo "#endif" >> ${output}T 34 echo "#include \"$first\"" >> ${output}T 45 case $output in 47 cat >> ${output}T <<EOF 66 echo '#ifdef IN_GCC' >> ${output}T [all …]
|
/openbsd-src/bin/dd/ |
H A D | dd.1 | 48 utility copies the standard input to the standard output, applying any 52 to form the output block. 55 displays the number of complete and partial input and output blocks 56 and truncated input records to the standard error output. 65 Write output to 67 instead of the standard output. 68 Any regular output file is truncated unless the 71 If an initial portion of the output file is skipped (see the 74 the output file is truncated at that point. 80 Set the output block size to [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
H A D | regenerate-data | 5 # The snippet tests are designed to keep the output fairly stable, but there 6 # are a few tests that use complete output with some customization. This 8 # podlators. The output can then be reviewed with normal Git tools. 38 # Map of translators to the file containing the formatted output for the 41 my %output = ( 50 # Regenerate those output files. 52 for my $module (keys(%output)) { 56 my $output; 57 $parser->output_string(\$output); 64 $output =~ s{ \A .* \n [.]nh \n }{}xms; [all …]
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | s2n_bignum.h | 42 // Inputs x[4], y[4]; output z[4] 46 // Inputs x[4], y[4]; output z[4] 50 // Inputs x[4], y[4]; output z[4] 54 // Inputs x[6], y[6]; output z[6] 58 // Inputs x[9], y[9]; output z[9] 62 // Input m[k]; output z[k]; temporary buffer t[>=k] 66 // Inputs x[k], y[k], m[k]; output z[k] 70 // Inputs x[n], m[k], p; output z[k] 74 // Inputs x[k], m[k]; output z[k] 78 // Input x[4]; output z[4] [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/ |
H A D | Opts.td | 17 …t : Eq<"hint-ifs-target", "When --output-format is 'IFS', this flag will hint the expected target … 20 defm output : Eq<"output", "Output file **DEPRECATED**">; 21 def : Separate<["-"], "o">, HelpText<"Alias for --output">, Alias<output_EQ>; 22 defm output_elf : Eq<"output-elf", "Output path for ELF file">; 23 defm output_format : Eq<"output-format", "Specify the output file format **DEPRECATED**">; 24 defm output_ifs : Eq<"output-ifs", "Output path for IFS file">; 25 defm output_tbd : Eq<"output-tbd", "Output path for TBD file">; 27 …trip_ifs_arch : FF<"strip-ifs-arch", "Strip target architecture information away from IFS output">; 28 …ifs_bitwidth : FF<"strip-ifs-bitwidth", "Strip target bit width information away from IFS output">; 29 …ndianness : FF<"strip-ifs-endianness", "Strip target endianness information away from IFS output">; [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
H A D | 721-nested-streamed-subtest.t | 16 my $output = capture { 46 is($output->{STDERR}, q{}, 'no output on stderr'); 47 like($output->{STDOUT}, qr/ +ok 1 - b1/, 'got ok output for tests in buffered subtest'); 48 like($output->{STDOUT}, qr/ +ok 2 - b2/, 'got ok output for tests in buffered subtest'); 49 like($output->{STDOUT}, qr/ +ok 1 - s1/, 'got ok output for tests in streamed subtest'); 50 like($output->{STDOUT}, qr/ +ok 2 - s2/, 'got ok output for tests in streamed subtest'); 60 my $output = capture { 90 is($output->{STDERR}, q{}, 'no output on stderr'); 91 like($output->{STDOUT}, qr/ +ok 1 - b1/, 'got ok output for tests in buffered subtest'); 92 like($output->{STDOUT}, qr/ +ok 2 - b2/, 'got ok output for tests in buffered subtest'); [all …]
|
/openbsd-src/gnu/usr.bin/clang/llvm-objcopy/ |
H A D | llvm-objcopy.1 | 35 \fBllvm\-objcopy\fP [\fIoptions\fP] \fIinput\fP [\fIoutput\fP] 39 usage, it makes a semantic copy of the input to the output. If any options are 40 specified, the output may be modified along the way, e.g. by removing sections. 42 If no output file is specified, the input file is modified in\-place. If "\-" is 44 input stream. If "\-" is specified for the output file, the output is written to 45 the standard output stream of the program. 59 Add a .gnu_debuglink section for \fB<debug\-file>\fP to the output. 65 output. For ELF objects the section will be of type \fISHT_NOTE\fP, if the name 86 Remove most local symbols from the output. Different file formats may limit 95 \fB<file>\fP is unrelated to the input and output files provided to [all …]
|
/openbsd-src/regress/sys/kern/extent/ |
H A D | extest.exp | 3 # real output must start in line 5 5 output for test1 9 output for test2 14 output for test3 20 output for test4 25 output for test5 29 output for test6 35 output for test7 41 output for test8 47 output for test9 [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Compression.cpp | 47 SmallVectorImpl<uint8_t> &Output) { in compress() argument 50 zlib::compress(Input, Output, P.level); in compress() 53 zstd::compress(Input, Output, P.level); in compress() 59 uint8_t *Output, size_t UncompressedSize) { in decompress() argument 62 return zlib::decompress(Input, Output, UncompressedSize); in decompress() 64 return zstd::decompress(Input, Output, UncompressedSize); in decompress() 70 SmallVectorImpl<uint8_t> &Output, in decompress() argument 74 return zlib::decompress(Input, Output, UncompressedSize); in decompress() 76 return zstd::decompress(Input, Output, UncompressedSize); in decompress() 82 SmallVectorImpl<uint8_t> &Output, in decompress() argument [all …]
|
H A D | YAMLTraits.cpp | 464 // Output 467 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 470 Output::~Output() = default; 472 bool Output::outputting() const { in outputting() 476 void Output::beginMapping() { in beginMapping() 482 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag() 495 output(" "); in mapTag() 497 output(Tag); in mapTag() 513 void Output::endMapping() { in endMapping() 518 output("{}"); in endMapping() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/ |
H A D | f77-edit-i-out.f | 1 C Test Fortran 77 I edit descriptor for output 7 C { dg-output "^" } 9 write(*,'(I1)') 1 ! { dg-output "1(\n|\r\n|\r)" } 10 write(*,'(I1)') -1 ! { dg-output "\\*(\n|\r\n|\r)" } 11 write(*,'(I2)') 2 ! { dg-output " 2(\n|\r\n|\r)" } 12 write(*,'(I2)') -2 ! { dg-output "-2(\n|\r\n|\r)" } 13 write(*,'(I3)') 3 ! { dg-output " 3(\n|\r\n|\r)" } 14 write(*,'(I3)') -3 ! { dg-output " -3(\n|\r\n|\r)" } 16 write(*,'(I2.0)') 0 ! { dg-output " (\n|\r\n|\r)" } 17 write(*,'(I1.1)') 4 ! { dg-output "4(\n|\r\n|\r)" } [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
H A D | oneshot.pl | 72 like $$Error, "/^$TopType: output buffer is read-only/", ' Output is read-only' ; 89 like $@, mkErr("^$TopType: input and output filename are identical"), 90 ' Input and Output filename are the same'; 105 like $$Error, "/output file '$d' is a directory/", 106 ' Output filename is a directory'; 110 like $@, mkErr("^$TopType: input and output buffer are identical"), 111 ' Input and Output buffer are the same'; 124 like $@, mkErr("^$TopType: input and output handle are identical"), 125 ' Input and Output handl [all...] |
/openbsd-src/gnu/usr.bin/texinfo/doc/ |
H A D | makeinfo.1 | 17 preserve output even if errors. 36 .SS "Output format selection (default is to produce Info):" 39 output Docbook XML rather than Info. 42 output HTML rather than Info. 45 output Texinfo XML rather than Info. 48 output plain text rather than Info. 49 .SS "General output options:" 52 output macro\-expanded source to FILE. 57 from Info output (thus producing plain text) 58 or from HTML (thus producing shorter output); [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-logging.c | 1 /* Command-line output logging for GDB, the GNU debugger. 28 /* These hold the pushed copies of the gdb output files. 43 /* If we've pushed output files, close them and pop them. */ 66 struct ui_file *output; in handle_redirections() local 75 output = gdb_fopen (logging_filename, logging_overwrite ? "w" : "a"); in handle_redirections() 76 if (output == NULL) in handle_redirections() 82 output = tee_file_new (gdb_stdout, 0, output, 1); in handle_redirections() 83 if (output == NULL) in handle_redirections() 86 fprintf_unfiltered (gdb_stdout, "Copying output to %s.\n", in handle_redirections() 90 fprintf_unfiltered (gdb_stdout, "Redirecting output to %s.\n", in handle_redirections() [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/ |
H A D | Typemap.xs | 267 OUTPUT: 275 OUTPUT: 285 OUTPUT: 297 OUTPUT: 313 OUTPUT: 325 OUTPUT: 342 OUTPUT: 354 OUTPUT: 371 OUTPUT: 383 OUTPUT [all...] |